diff options
author | Travis Howell | 2005-02-24 11:49:07 +0000 |
---|---|---|
committer | Travis Howell | 2005-02-24 11:49:07 +0000 |
commit | 2591151638ed41bb40895cb8d0a6cd3af2c87729 (patch) | |
tree | 171b8910a91b35202e9766c886b22cb2eb73a151 | |
parent | b16dc17f63a3e65442f2f8cf6a623fb9e9cdb178 (diff) | |
download | scummvm-rg350-2591151638ed41bb40895cb8d0a6cd3af2c87729.tar.gz scummvm-rg350-2591151638ed41bb40895cb8d0a6cd3af2c87729.tar.bz2 scummvm-rg350-2591151638ed41bb40895cb8d0a6cd3af2c87729.zip |
Add stub case
svn-id: r16899
-rw-r--r-- | scumm/script_v90he.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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: |