diff options
author | Travis Howell | 2005-02-21 00:38:13 +0000 |
---|---|---|
committer | Travis Howell | 2005-02-21 00:38:13 +0000 |
commit | 7a6b7c2a1ce9ce4312f4d361d658029f01714004 (patch) | |
tree | fea6d687eebd9fb9599c96f153cc1fa2e26fb1b5 /scumm | |
parent | 291fe61a1e7d48dc4b54484c92b0829629da1f76 (diff) | |
download | scummvm-rg350-7a6b7c2a1ce9ce4312f4d361d658029f01714004.tar.gz scummvm-rg350-7a6b7c2a1ce9ce4312f4d361d658029f01714004.tar.bz2 scummvm-rg350-7a6b7c2a1ce9ce4312f4d361d658029f01714004.zip |
Ooops
svn-id: r16839
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index fae919c566..079c9d6d0c 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -713,6 +713,7 @@ void ScummEngine_v90he::o90_getSpriteInfo() { } else { push(0); } + break; case 1: spriteId = pop(); if (spriteId) { @@ -721,6 +722,7 @@ void ScummEngine_v90he::o90_getSpriteInfo() { } else { push(0); } + break; case 2: spriteId = pop(); if (spriteId) { |