AVALANCHE: Add Help's skeleton.

This commit is contained in:
uruk 2014-02-09 15:21:24 +01:00
parent b3e0c98eb2
commit da4d459812
6 changed files with 139 additions and 3 deletions

View file

@ -2043,8 +2043,7 @@ void Parser::doThat() {
}
break;
case kVerbCodeHelp:
// boot_help();
warning("STUB: Parser::doThat() - case kVerbCodehelp");
_vm->_help->run();
break;
case kVerbCodeLarrypass:
_vm->_dialogs->displayText("Wrong game!");