summaryrefslogtreecommitdiff
path: root/include/asset_defs.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-11 16:50:23 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-11 16:50:23 +0200
commit2e04356bbb1d16c0d519156c3bcf201aea291e09 (patch)
tree80a621b000d1ad0c5bfb2f1c73075e3b89168efa /include/asset_defs.h
parent28bf7168e633629a6a049f639950a30f26102f40 (diff)
door sounds and doors open for zombies
Diffstat (limited to 'include/asset_defs.h')
-rw-r--r--include/asset_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index 7681f2b..6102be6 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -118,6 +118,9 @@ Mix_Chunk* wav_round_change;
Mix_Chunk* wav_step;
Mix_Chunk* wav_step_enraged;
+Mix_Chunk* wav_door_open;
+Mix_Chunk* wav_door_close;
+
#define NUM_SCREECHES 11
Mix_Chunk* wav_screech[NUM_SCREECHES];