mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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
|
#ifdef HAVE_LIBGME
|
||||||
(I_SongType() == MU_GME && gme) ||
|
(I_SongType() == MU_GME && gme) ||
|
||||||
#endif
|
#endif
|
||||||
(boolean)music
|
music != NULL
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue