diff options
Diffstat (limited to 'game/menus/ButtonSetShopSubScript.h')
-rw-r--r-- | game/menus/ButtonSetShopSubScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |