aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-02-22 01:51:47 +0000
committerTravis Howell2005-02-22 01:51:47 +0000
commit1dfc4c9881a7662a1dbcc29e262a012fc08c26bc (patch)
treee9bd45aa90c68a7bf02b0e429cc2d3a40199e460
parentf2dda718d322e3f4aef2d860cafe66474c05f660 (diff)
downloadscummvm-rg350-1dfc4c9881a7662a1dbcc29e262a012fc08c26bc.tar.gz
scummvm-rg350-1dfc4c9881a7662a1dbcc29e262a012fc08c26bc.tar.bz2
scummvm-rg350-1dfc4c9881a7662a1dbcc29e262a012fc08c26bc.zip
Ooops
svn-id: r16857
-rw-r--r--scumm/script_v90he.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 50a95bcf47..ecc5c6cab4 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -835,12 +835,13 @@ void ScummEngine_v90he::o90_getSpriteInfo() {
pop();
pop();
pop();
+ push(0);
} else {
pop();
pop();
pop();
+ push(0);
}
- push(0);
break;
case 22:
spriteId = pop();