aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
Diffstat (limited to 'sword2')
-rw-r--r--sword2/sword2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index b9e1443911..f4afd79ae2 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -388,9 +388,7 @@ void Sword2Engine::go() {
// skip GameCycle if we're paused
if (!_gamePaused) {
-#ifdef _SWORD2_DEBUG
_gameCycle++;
-#endif
gameCycle();
}