From 1dfc4c9881a7662a1dbcc29e262a012fc08c26bc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 22 Feb 2005 01:51:47 +0000 Subject: Ooops svn-id: r16857 --- scumm/script_v90he.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3