mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Correction from diasm.
svn-id: r7681
This commit is contained in:
parent
770a0f1d3b
commit
1e49486e43
@ -1837,7 +1837,7 @@ void SimonState::vc_70() {
|
||||
|
||||
void SimonState::vc_71() {
|
||||
// Simon2
|
||||
if (_vc72_var3 == 0xFFFF && _vc72_var1 == 0xFFFF)
|
||||
if (_vc72_var3 == 0xFFFF && _vc70_var1 == 0xFFFF)
|
||||
vc_skip_next_instruction();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user