aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 48cd345149..2a8018ef6a 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -241,7 +241,11 @@ public:
bool _wantSfxDebug;
int32 _gameCycle;
+
+#ifdef SWORD2_DEBUG
bool _renderSkip;
+ bool _stepOneCycle;
+#endif
int32 initBackground(int32 res, int32 new_palette);
@@ -392,7 +396,6 @@ public:
bool _gamePaused;
bool _graphicsLevelFudged;
- bool _stepOneCycle; // for use while game paused
void startGame();
void gameCycle();
@@ -405,8 +408,6 @@ public:
void initialiseFontResourceFlags(uint8 language);
};
-extern Sword2Engine *g_sword2;
-
} // End of namespace Sword2
#endif