mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
FULLPIPE: Actually silence GCC warning.
This commit is contained in:
parent
f794f6ae5b
commit
fd198a4b8b
@ -80,7 +80,7 @@ void scene11_dudeSwingCallback(int *arg) {
|
||||
}
|
||||
}
|
||||
|
||||
if ((oldarg - 45 >= 0 != *arg - 45 >= 0) && g_vars->scene11_arcadeIsOn) {
|
||||
if ((oldarg >= 45) != (*arg >= 45) && g_vars->scene11_arcadeIsOn) {
|
||||
if (oldarg >= *arg)
|
||||
g_fp->playSound(SND_11_031, 0);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user