aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index fdb034fbc5..998936566c 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -731,13 +731,6 @@ void Scumm::killScriptsAndResources()
}
}
- /* Nuke FL objects */
- i = 0;
- do {
- if (_objs[i].fl_object_index)
- nukeResource(rtFlObject, _objs[i].fl_object_index);
- } while (++i <= _numObjectsInRoom);
-
/* Nuke local object names */
if (_newNames) {
for (i = 0; i < _numNewNames; i++) {