mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-29 16:14:55 -04:00
add a dummy entry to the S_music[] array for the NUMMUSIC counter
This fixes a crash when changing music from a MUSINFO track.
This commit is contained in:
parent
e2aeedc6ab
commit
fbc8421753
@ -106,6 +106,7 @@ musicinfo_t S_music[] = {
|
||||
{ "read_m", 0 },
|
||||
{ "dm2ttl", 0 },
|
||||
{ "dm2int", 0 },
|
||||
{ NULL, 0 }, // NUMMUSIC
|
||||
{ "musinfo", 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user