summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-21 15:05:44 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-21 15:05:44 +0200
commitb84b39f099e8a1f66fb95d371b60b1546fb3142a (patch)
tree5c580d0e33cf2ac61b2227ed83bfeaf74310af23 /src/game/game.hpp
parentf6b478403e73c9d85f32d6ab6014bb45f82dd503 (diff)
Replicator avatar.
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 6d6e773..1cd61aa 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -83,7 +83,7 @@ namespace game {
} nest_assets_t;
typedef struct {
- render::animated_texture_t idle, dead;
+ render::animated_texture_t idle, avatar;
audio::sound_t sound, damage;
} repl_assets_t;