mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix x64 build issue
This commit is contained in:
parent
c7e58b7cd5
commit
894ee02f3f
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ boolean I_SongPlaying(void)
|
|||
#ifdef HAVE_LIBGME
|
||||
(I_SongType() == MU_GME && gme) ||
|
||||
#endif
|
||||
(boolean)music
|
||||
music != NULL
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue