aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index 5fa56605d1..a99ee1c95f 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -631,6 +631,7 @@ void ScummEngine_v70he::o70_resourceRoutines() {
break;
case 192:
resid = pop();
+ res.setUnModified(rtImage, resid);
res.nukeResource(rtImage, resid);
break;
case 201: