aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 4c33ee59ce..8e94499184 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -125,7 +125,6 @@ Scene::Scene(SagaEngine *vm) : _vm(vm), _initialized(false) {
Scene::~Scene() {
if (_initialized) {
- endScene();
delete _actionMap;
free(_sceneLUT);
}