mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix x64 build issue
This commit is contained in:
parent
d3271c5797
commit
366aeadac4
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…
Add table
Reference in a new issue