From 1f3e6604cf2df6ae11944f99f939b8b697ebd4d9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 6 Jan 2024 18:05:03 +0100 Subject: enraged zombie footseps --- include/asset_defs.h | 1 + include/zombies.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/asset_defs.h b/include/asset_defs.h index a71df08..467837e 100644 --- a/include/asset_defs.h +++ b/include/asset_defs.h @@ -98,6 +98,7 @@ Mix_Chunk* wav_character; Mix_Chunk* wav_roar_enraged; Mix_Chunk* wav_round_change; Mix_Chunk* wav_step; +Mix_Chunk* wav_step_enraged; #define NUM_SCREECHES 11 Mix_Chunk* wav_screech[NUM_SCREECHES]; diff --git a/include/zombies.h b/include/zombies.h index e5f8753..b7c7889 100644 --- a/include/zombies.h +++ b/include/zombies.h @@ -22,6 +22,7 @@ typedef struct t_zombie { vec3f size; array path; float speed; + float sec_since_last_step; array next_path; float time_since_last_path; pathfinding_request request; -- cgit v1.2.3-70-g09d2