diff options
author | Travis Howell | 2004-09-29 11:58:28 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-29 11:58:28 +0000 |
commit | a4c6c4725d4dd8536308f262594ffdfc9cbce6d0 (patch) | |
tree | 4532dc73224b84e9b70576300c7c831a8098aba5 | |
parent | 4827b6a7a13bba1a10a1451c67213bf0b05525d6 (diff) | |
download | scummvm-rg350-a4c6c4725d4dd8536308f262594ffdfc9cbce6d0.tar.gz scummvm-rg350-a4c6c4725d4dd8536308f262594ffdfc9cbce6d0.tar.bz2 scummvm-rg350-a4c6c4725d4dd8536308f262594ffdfc9cbce6d0.zip |
Add caser
svn-id: r15348
-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 11e1688019..0012954296 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -429,6 +429,7 @@ void ScummEngine_v90he::wizDraw(const WizParameters *params) { // XXX incomplete displayWizImage(¶ms->img); break; + case 0: // HE98+ case 2: case 6: case 3: |