aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
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: