diff options
author | Travis Howell | 2005-02-23 10:00:12 +0000 |
---|---|---|
committer | Travis Howell | 2005-02-23 10:00:12 +0000 |
commit | 26722043d926747babd0573dfa7d4356b76e33ad (patch) | |
tree | 3a9e816cebd5dbceacf105fe19df8839c748cc9d /scumm | |
parent | 2c10795b487f6349c4d5a8fe6ecd93001611ea62 (diff) | |
download | scummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.tar.gz scummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.tar.bz2 scummvm-rg350-26722043d926747babd0573dfa7d4356b76e33ad.zip |
Ooops, order wrong.
svn-id: r16878
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
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 |