aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-27 00:50:27 +0000
committerTravis Howell2006-01-27 00:50:27 +0000
commit0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3 (patch)
treea183bda32d01c8d2ef4afa3697e1dfdefcff0b9d /scumm/script_v100he.cpp
parente370d8525419c8b9e47b423384b1169602cc6bb4 (diff)
downloadscummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.tar.gz
scummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.tar.bz2
scummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.zip
Resource modified status always cleared when nuked.
svn-id: r20203
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index f1ede6f4b7..bfd24c9790 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1119,12 +1119,10 @@ void ScummEngine_v100he::o100_resourceRoutines() {
}
break;
case 133:
- if (_heResType == rtCharset) {
+ if (_heResType == rtCharset)
nukeCharset(_heResId);
- } else {
- res.setUnModified(_heResType, _heResId);
+ else
res.nukeResource(_heResType, _heResId);
- }
break;
case 134:
case 135: