From 2591151638ed41bb40895cb8d0a6cd3af2c87729 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 24 Feb 2005 11:49:07 +0000 Subject: Add stub case svn-id: r16899 --- scumm/script_v90he.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 573cda5387..8e693e1155 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -1750,6 +1750,7 @@ void ScummEngine_v90he::o90_getPolygonOverlap() { case 7: case 8: case 9: + case 10: push(0); break; default: -- cgit v1.2.3