diff options
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; |
