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