From 1c00c12c8a2c1e896b97479601242b71503f7c30 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Wed, 8 Jan 2025 10:14:45 +0100 Subject: Commented out 3/4 of level --- game/menus/ButtonSetMainMenuSubScript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game/menus/ButtonSetMainMenuSubScript.h') diff --git a/game/menus/ButtonSetMainMenuSubScript.h b/game/menus/ButtonSetMainMenuSubScript.h index 0feefdd..2fb2634 100644 --- a/game/menus/ButtonSetMainMenuSubScript.h +++ b/game/menus/ButtonSetMainMenuSubScript.h @@ -8,6 +8,7 @@ class ButtonSetMainMenuSubScript : public IButtonScript { public: void init() override; bool on_button_press(const crepe::ButtonPressEvent & e); + protected: bool transition = false; }; -- cgit v1.2.3