diff options
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index 85a9e35e..b680cacc 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -8,6 +8,5 @@ public: }; static uint8 &Mode; - - static void Display(void); + static Bool &bPlayingBackFromFile; }; |