aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-02-23 10:00:12 +0000
committerTravis Howell2005-02-23 10:00:12 +0000
commit26722043d926747babd0573dfa7d4356b76e33ad (patch)
tree3a9e816cebd5dbceacf105fe19df8839c748cc9d /scumm/script_v90he.cpp
parent2c10795b487f6349c4d5a8fe6ecd93001611ea62 (diff)
downloadscummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.tar.gz
scummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.tar.bz2
scummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.zip
Ooops, order wrong.
svn-id: r16878
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 79e3a01c78..31a56ca3d5 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -926,8 +926,8 @@ void ScummEngine_v90he::o90_getSpriteInfo() {
}
break;
case 109:
- spriteId = pop();
flags = pop();
+ spriteId = pop();
if (spriteId)
push(spriteInfoGet_field_88(spriteId, flags));
else