summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2013-04-29 11:16:12 -0500
committerColin Noga <Tempus@chronometry.ca>2013-04-29 11:16:12 -0500
commitec5bd487579cb77d96b324a215001310d326a66a (patch)
treeff21d225d0d760a2798744aa300c29f00a45e046
parentb025a888a429f63d6fb9e793520afc564cfdbcb3 (diff)
downloadkamek-ec5bd487579cb77d96b324a215001310d326a66a.tar.gz
kamek-ec5bd487579cb77d96b324a215001310d326a66a.zip
Minor fixes
Diffstat (limited to '')
-rw-r--r--src/koopatlas/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp
index 79cc3d2..1b2db0d 100644
--- a/src/koopatlas/core.cpp
+++ b/src/koopatlas/core.cpp
@@ -538,7 +538,7 @@ void dScKoopatlas_c::executeState_Normal() {
CSMENU_ACTIVE(this->csMenu) = true;
state.setState(&StateID_CSMenu);
hud->hideAll();
-// #ifdef NEWER_DEBUG
+#ifdef NEWER_DEBUG
} else if (nowPressed & WPAD_MINUS) {
pathManager.unlockAllPaths(2);
} else if (nowPressed & WPAD_A) {
@@ -547,7 +547,7 @@ void dScKoopatlas_c::executeState_Normal() {
for (int w = 0; w < 6; w++)
for (int l = 0; l < 6; l++)
save->SetLevelCondition(w, l, COND_COIN_ALL);
-// #endif
+#endif
}
}