diff options
author | Wboerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-07 14:12:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 14:12:28 +0100 |
commit | 80b2c59068f97ff69a2ba77788c4861b10535328 (patch) | |
tree | 30500bf55a2a8d3b1995b72675f0321bd364b9ce /game/player/PlayerScript.h | |
parent | 77d02bf2e2d5d04e8cacb3c783446541517e8e76 (diff) | |
parent | a2d9f875a219d6d1c53784a307b4915cc4e1ee14 (diff) |
Merge pull request #103 from lonkaars/max/game
Max/game (audio)
Diffstat (limited to 'game/player/PlayerScript.h')
-rw-r--r-- | game/player/PlayerScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/player/PlayerScript.h b/game/player/PlayerScript.h index d8eb098..482b40d 100644 --- a/game/player/PlayerScript.h +++ b/game/player/PlayerScript.h @@ -13,4 +13,5 @@ private: private: int prev_anim = 0; + int current_jetpack_sound = 0; }; |