Skip to content

Commit

Permalink
MADS: Phantom: Add hack in setHeroTrigger to stop conversations
Browse files Browse the repository at this point in the history
This allows the conversation in Phantom scene 101 to close, and enables
player actions for the scene
  • Loading branch information
bluegr committed Oct 24, 2015
1 parent 3e979e5 commit 6fc4d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/mads/conversations.cpp
Expand Up @@ -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");
}

Expand Down

0 comments on commit 6fc4d50

Please sign in to comment.