aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/game.cpp')
-rw-r--r--engines/lure/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp
index 7c8fc98c1d..a58dba2d19 100644
--- a/engines/lure/game.cpp
+++ b/engines/lure/game.cpp
@@ -69,7 +69,7 @@ void Game::nextFrame() {
hotspot->tick();
}
- delete idList;
+ delete[] idList;
Screen::getReference().update();
}