aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-05-05 05:54:35 +0000
committerTravis Howell2006-05-05 05:54:35 +0000
commit713dac6aba58ed32187be2c67cdde60295ba2a26 (patch)
tree3b7cd3fada1da84c3784224e7ca04f9ecd48d4b8 /engines
parent54eeb8aeed1d7d8d5fcf89f59efe3810bd7654bb (diff)
downloadscummvm-rg350-713dac6aba58ed32187be2c67cdde60295ba2a26.tar.gz
scummvm-rg350-713dac6aba58ed32187be2c67cdde60295ba2a26.tar.bz2
scummvm-rg350-713dac6aba58ed32187be2c67cdde60295ba2a26.zip
Fix inventory arrows regression in Simon 1
svn-id: r22360
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp
index 9c4172e85f..8d215a84ad 100644
--- a/engines/simon/vga.cpp
+++ b/engines/simon/vga.cpp
@@ -1737,7 +1737,7 @@ void SimonEngine::vc27_resetSprite() {
vte = _vgaTimerList;
while (vte->delay) {
- if ((getGameType() == GType_SIMON1) && vsp->id == 128) {
+ if ((getGameType() == GType_SIMON1) && vte->sprite_id == 128) {
vte++;
} else {
vte2 = vte;