diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v90he.cpp | 3 |
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(); |