Fix MusicChange hook not returning some values correctly
Compare changes
+ 3
− 3
@@ -1959,13 +1959,13 @@ boolean LUAh_MusicChange(const char *oldname, char *newname, UINT16 *mflags, boo
Before it would attempt to check if position
, prefadems
, or fadeinms
was a boolean, now it checks for those values correctly.