From b84b39f099e8a1f66fb95d371b60b1546fb3142a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 21 Apr 2018 15:05:44 +0200 Subject: Replicator avatar. --- src/game/game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.hpp') 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; -- cgit