aboutsummaryrefslogtreecommitdiff
path: root/game/menus/ButtonNextMainMenuSubScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/menus/ButtonNextMainMenuSubScript.h')
-rw-r--r--game/menus/ButtonNextMainMenuSubScript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/game/menus/ButtonNextMainMenuSubScript.h b/game/menus/ButtonNextMainMenuSubScript.h
index 0603111..3bc3f52 100644
--- a/game/menus/ButtonNextMainMenuSubScript.h
+++ b/game/menus/ButtonNextMainMenuSubScript.h
@@ -9,9 +9,6 @@ public:
void init() override;
bool on_button_press(const crepe::ButtonPressEvent & e);
-private:
- float velocity = 20;
-
protected:
bool transition = false;
};