diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sounds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sounds.c b/src/sounds.c index c24bbaf2..6f315023 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -26,6 +26,7 @@ //----------------------------------------------------------------------------- +#include <stdlib.h> #include "doomtype.h" @@ -37,7 +38,7 @@ musicinfo_t S_music[] = { - { "\0", 0, 0, 0 }, + { NULL, 0, 0, 0 }, { "e1m1", 0, 0, 0 }, { "e1m2", 0, 0, 0 }, { "e1m3", 0, 0, 0 }, |