aboutsummaryrefslogtreecommitdiff
path: root/game/EndGameScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/EndGameScript.h')
-rw-r--r--game/EndGameScript.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/EndGameScript.h b/game/EndGameScript.h
index 3b1970a..980dff5 100644
--- a/game/EndGameScript.h
+++ b/game/EndGameScript.h
@@ -6,4 +6,7 @@ class EndGameScript : public crepe::Script {
public:
void init();
void fixed_update(crepe::duration_t dt);
+
+private:
+ int jump = 0;
};