summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 848ba92..bb2ce69 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -55,7 +55,7 @@ namespace game {
render::oriented_sprite_4M2_t legs_idle, legs_walking;
render::animated_texture_t dead;
- audio::sound_t fire;
+ audio::sound_t fire, step_stone, step_dirt;
} soldier_assets_t;
typedef struct {
@@ -194,6 +194,8 @@ namespace game {
bool blocked;
size_t attempts_left;
float next_attempt;
+
+ v2f_t last_step;
} move;
bool keep_moving(double speed);