aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index 79db4c4382..1f51baf3fe 100644
--- a/init.cpp
+++ b/init.cpp
@@ -30,6 +30,6 @@ Scumm::Scumm (void) {
}
Scumm::~Scumm (void) {
- delete [] actor;
+ delete [] _actors;
delete _newgui;
} \ No newline at end of file