diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index 85a9e35e..331cc44f 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -3,11 +3,11 @@ class CReplay { public: + static void Display(void); enum { MODE_1 }; static uint8 &Mode; - - static void Display(void); + static Bool &bPlayingBackFromFile; }; |