aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 348f2454f6..a02df45313 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -540,10 +540,8 @@ public:
void setVoiceCtr(uint8 v) { _voiceCtr = v; }
// Miscellaneous
- void converse(uint16 destCharacterId, uint16 messageId, bool standStill);
- void converse(uint16 destCharacterId, uint16 messageId) {
- converse(destCharacterId, messageId, false);
- }
+ void converse(uint16 destCharacterId, uint16 messageId, bool srcStandStill = false,
+ bool destStandStill = false);
void showMessage(uint16 messageId, uint16 destCharacterId = NOONE_ID);
void scheduleConverse(uint16 destHotspot, uint16 messageId);
void handleTalkDialog();