From bfd457d913117b5bc5a9d53eb81bd33c7b834f9a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 31 Dec 2003 12:54:41 +0000 Subject: Enable the line that increases _gameCycle. There's a debugger command that will display it, and it's so much more interesting this way. :-) svn-id: r12051 --- sword2/sword2.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'sword2') 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(); } -- cgit v1.2.3