diff options
author | Travis Howell | 2003-05-19 10:24:51 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-19 10:24:51 +0000 |
commit | 1e49486e43d9e0023b15eea92e6badf6caebbdac (patch) | |
tree | 1fbba7c672d74db0ef7d0067f1c4a9267e0926cf | |
parent | 770a0f1d3b91877a1d8136ca11ca703eec928336 (diff) | |
download | scummvm-rg350-1e49486e43d9e0023b15eea92e6badf6caebbdac.tar.gz scummvm-rg350-1e49486e43d9e0023b15eea92e6badf6caebbdac.tar.bz2 scummvm-rg350-1e49486e43d9e0023b15eea92e6badf6caebbdac.zip |
Correction from diasm.
svn-id: r7681
-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(); } |