diff options
Diffstat (limited to 'scumm')
-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: |