summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zombies.h')
-rw-r--r--include/zombies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zombies.h b/include/zombies.h
index 9c1b68d..a9d8a5c 100644
--- a/include/zombies.h
+++ b/include/zombies.h
@@ -24,6 +24,8 @@ typedef struct t_zombie {
pathfinding_request request;
vec2f next2tiles[2];
zombie_type type;
+ sprite sprite_run;
+ vec2f dir;
} zombie;
typedef struct t_spawner {