diff options
-rw-r--r-- | simon/vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index 352c8ad53b..dfc2949c23 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -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(); } |