aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 09:55:31 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 09:55:31 +0100
commitad5fb53986fcc3f3b3c5369574e0f8e95051f3d9 (patch)
tree3766fe0cafa1e8ebac5a9ef809f6324cf10d6480 /game
parente75ca1c947f3cde19bebf15049732bc069c6e913 (diff)
`make format`
Diffstat (limited to 'game')
-rw-r--r--game/menus/ButtonSetMainMenuSubScript.h1
-rw-r--r--game/menus/ButtonSetShopSubScript.h1
2 files changed, 2 insertions, 0 deletions
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;
};
diff --git a/game/menus/ButtonSetShopSubScript.h b/game/menus/ButtonSetShopSubScript.h
index 64d0bf5..4017a4c 100644
--- a/game/menus/ButtonSetShopSubScript.h
+++ b/game/menus/ButtonSetShopSubScript.h
@@ -8,6 +8,7 @@ class ButtonSetShopSubScript : public IButtonScript {
public:
void init() override;
bool on_button_press(const crepe::ButtonPressEvent & e);
+
protected:
bool transition = false;
};