aboutsummaryrefslogtreecommitdiff
path: root/queen/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/debug.h')
-rw-r--r--queen/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/debug.h b/queen/debug.h
index f4ecbda9a0..018b905381 100644
--- a/queen/debug.h
+++ b/queen/debug.h
@@ -35,7 +35,7 @@ public:
virtual ~Debugger(); // we need this here for __SYMBIAN32__ archaic gcc/UIQ
int flags() const { return _flags; }
-
+
enum {
DF_DRAW_AREAS = 1 << 0
};
@@ -56,7 +56,7 @@ protected:
bool Cmd_PrintBobs(int argc, const char **argv);
bool Cmd_Room(int argc, const char **argv);
bool Cmd_Song(int argc, const char **argv);
-
+
private:
QueenEngine *_vm;