summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-21 14:13:00 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-21 14:13:00 +0200
commit09500ff4141db2588ec3ed7da8fb6d9c75d32dbb (patch)
tree5144d20e27545ea41df8a6cdb91aba57bf7e1b52 /src/game/game.hpp
parent48ad062a28fe0545e2e09a0e2c4f899db46bd80f (diff)
Avatars.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 145fc7e..c6d4b53 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -65,6 +65,7 @@ namespace game {
render::oriented_sprite_4M2_t legs_idle, legs_walking;
render::animated_texture_t dead, gibbing;
render::animated_texture_t rocket;
+ render::animated_texture_t avatar;
audio::sound_t fire, step_stone, step_dirt, pain, death, gib_sound;
} soldier_assets_t;
@@ -132,7 +133,6 @@ namespace game {
SAY_FIRING,
SAY_NO_ROCKETS,
UNIT_NAME_SPIDER,
- UNIT_NAME_SOLDIER,
UNIT_NAME_NEST,
UNIT_NAME_REPL,
UNIT_DEATH,