summaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index c97319b..2e9b122 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -99,7 +99,9 @@ static Mix_Chunk* get_sample_from_audio_event(audio_event event, u32 playerid) {
else if (event.obj != OBJECT_NONE) {
switch (event.obj)
{
- case OBJECT_PLANTBOX1: return wav_impact_wood;
+ case OBJECT_PLANTBOX1: return wav_impact_wood;
+ case OBJECT_METAL_WALL:
+ case OBJECT_METAL_WALL2: return wav_impact_metal;
default: return wav_error;
}
}