Fix x64 build issue

This commit is contained in:
mazmazz 2018-11-13 17:12:18 -05:00
parent c7e58b7cd5
commit 894ee02f3f
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ boolean I_SongPlaying(void)
#ifdef HAVE_LIBGME
(I_SongType() == MU_GME && gme) ||
#endif
(boolean)music
music != NULL
);
}