aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/room.h')
-rw-r--r--engines/lure/room.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/room.h b/engines/lure/room.h
index 8cda59415e..2c3fbf83cf 100644
--- a/engines/lure/room.h
+++ b/engines/lure/room.h
@@ -108,6 +108,7 @@ public:
CursorState cursorState() { return _cursorState; }
void setShowInfo(bool value) { _showInfo = value; }
void setTalkDialog(uint16 srcCharacterId, uint16 destCharacterId, uint16 usedId, uint16 stringId);
+ TalkDialog *talkDialog() { return _talkDialog; }
void setCursorState(CursorState state) { _cursorState = state; }
bool isDialogActive() { return _talkDialog != NULL; }
bool checkInTalkDialog();