From 7a6b7c2a1ce9ce4312f4d361d658029f01714004 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 21 Feb 2005 00:38:13 +0000 Subject: Ooops svn-id: r16839 --- scumm/script_v90he.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm') 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) { -- cgit v1.2.3