aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/room.cpp')
-rw-r--r--engines/lure/room.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/room.cpp b/engines/lure/room.cpp
index e27f9cfbdb..6346181cc0 100644
--- a/engines/lure/room.cpp
+++ b/engines/lure/room.cpp
@@ -76,6 +76,7 @@ Room::Room(): _screen(Screen::getReference()) {
_roomData = NULL;
_talkDialog = NULL;
+ _hotspotId = 0;
_hotspotName[0] = '\0';
for (int ctr = 0; ctr < MAX_NUM_LAYERS; ++ctr) _layers[ctr] = NULL;
_numLayers = 0;