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