diff options
| -rw-r--r-- | sys/src/games/doom/i_sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/games/doom/i_sound.c b/sys/src/games/doom/i_sound.c index 54771728a..5ff4715cd 100644 --- a/sys/src/games/doom/i_sound.c +++ b/sys/src/games/doom/i_sound.c @@ -430,6 +430,7 @@ addsfx(int id, int vol, int step, int sep) /* Preserve sound SFX id, ** e.g. for avoiding duplicates of chainsaw. + */ channelids[slot] = id; /* You tell me. */ |
