diff options
Diffstat (limited to 'game/menus/ButtonReplaySubScript.h')
-rw-r--r-- | game/menus/ButtonReplaySubScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/menus/ButtonReplaySubScript.h b/game/menus/ButtonReplaySubScript.h index 7e63d06..bfc684d 100644 --- a/game/menus/ButtonReplaySubScript.h +++ b/game/menus/ButtonReplaySubScript.h @@ -8,6 +8,7 @@ class ButtonReplaySubScript : public IButtonScript { public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); + private: crepe::recording_t recording = 0; bool set_recording(); |