mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
DREAMWEB: Fix typo in incRyanPage()
This commit is contained in:
parent
1cb1df3699
commit
99a5db2049
@ -3775,7 +3775,7 @@ void DreamGenContext::incRyanPage() {
|
||||
commandOnly(31);
|
||||
}
|
||||
|
||||
if (data.word(kMousebutton) == data.word(kOldbutton) || (data.word(kMousebutton) & 1))
|
||||
if (data.word(kMousebutton) == data.word(kOldbutton) || !(data.word(kMousebutton) & 1))
|
||||
return;
|
||||
|
||||
data.byte(kRyanpage) = (data.word(kMousex) - (kInventx + 167)) / 18;
|
||||
|
Loading…
x
Reference in New Issue
Block a user