diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-06 18:05:03 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-06 18:05:03 +0100 |
| commit | 1f3e6604cf2df6ae11944f99f939b8b697ebd4d9 (patch) | |
| tree | 51c258da6300daf0482dd1b8286da9592f20cf3b /include | |
| parent | 149a45739e9c89d4a779ebd5e07043b1587ba2e9 (diff) | |
enraged zombie footseps
Diffstat (limited to 'include')
| -rw-r--r-- | include/asset_defs.h | 1 | ||||
| -rw-r--r-- | include/zombies.h | 1 |
2 files changed, 2 insertions, 0 deletions
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; |
