diff options
Diffstat (limited to 'src/koopatlas/core.cpp')
-rw-r--r-- | src/koopatlas/core.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 6618650..6101197 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -539,14 +539,14 @@ void dScKoopatlas_c::executeState_Normal() { state.setState(&StateID_CSMenu); hud->hideAll(); #ifdef NEWER_DEBUG - } else if (nowPressed & WPAD_MINUS) { - pathManager.unlockAllPaths(2); - } else if (nowPressed & WPAD_A) { - pathManager.unlockAllPaths(0); - SaveBlock *save = GetSaveFile()->GetBlock(-1); - for (int w = 0; w < 6; w++) - for (int l = 0; l < 6; l++) - save->SetLevelCondition(w, l, COND_COIN_ALL); + // } else if (nowPressed & WPAD_MINUS) { + // pathManager.unlockAllPaths(2); + // } else if (nowPressed & WPAD_A) { + // pathManager.unlockAllPaths(0); + // SaveBlock *save = GetSaveFile()->GetBlock(-1); + // for (int w = 0; w < 6; w++) + // for (int l = 0; l < 6; l++) + // save->SetLevelCondition(w, l, COND_COIN_ALL); #endif } } |