diff options
author | Travis Howell | 2005-05-09 06:10:17 +0000 |
---|---|---|
committer | Travis Howell | 2005-05-09 06:10:17 +0000 |
commit | 4c7eb3d8544b46f6d82e04012c63e9d8b961c114 (patch) | |
tree | 763a66296b7ed986d8d724c47ccb113dfa7488d7 | |
parent | cc5caba7939c6fa2a280c5998f2b4b04ce220181 (diff) | |
download | scummvm-rg350-4c7eb3d8544b46f6d82e04012c63e9d8b961c114.tar.gz scummvm-rg350-4c7eb3d8544b46f6d82e04012c63e9d8b961c114.tar.bz2 scummvm-rg350-4c7eb3d8544b46f6d82e04012c63e9d8b961c114.zip |
Should be case 40.
svn-id: r17991
-rw-r--r-- | scumm/script_v100he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index bf2abb99ed..7642b4307a 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -2213,7 +2213,7 @@ void ScummEngine_v100he::o100_isResourceLoaded() { case 25: type = rtCostume; break; - case 41: + case 40: type = rtImage; break; case 62: |