From 6fc4d504433281f6f378235031378bb4bdf4af00 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 24 Oct 2015 14:41:01 +0300 Subject: MADS: Phantom: Add hack in setHeroTrigger to stop conversations This allows the conversation in Phantom scene 101 to close, and enables player actions for the scene --- engines/mads/conversations.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/mads/conversations.cpp b/engines/mads/conversations.cpp index d45d49834a..86f38b29dc 100644 --- a/engines/mads/conversations.cpp +++ b/engines/mads/conversations.cpp @@ -316,6 +316,8 @@ void GameConversation::exportValue(int val) { } void GameConversation::setHeroTrigger(int val) { + _vm->_game->_trigger = val; // HACK + _running = -1; // HACK warning("TODO: GameConversation::setHeroTrigger"); } -- cgit v1.2.3