From 14d2398b776d7be3c404af5f4e983b435efaf1d1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 8 Jan 2025 15:03:34 +0100 Subject: `make format` --- game/menus/ButtonReplaySubScript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game/menus/ButtonReplaySubScript.h') 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(); -- cgit v1.2.3