svn-id: r38817
This commit is contained in:
Nicola Mettifogo 2009-02-23 12:17:25 +00:00
parent 9bef5a0cfc
commit e3afa772e2
8 changed files with 28 additions and 24 deletions

View file

@ -222,7 +222,7 @@ DECLARE_COMMAND_OPCODE(start) {
DECLARE_COMMAND_OPCODE(speak) {
if ((_ctxt.cmd->u._zone->_type & 0xFFFF) == kZoneSpeak) {
if (ACTIONTYPE(_ctxt.cmd->u._zone) == kZoneSpeak) {
_vm->enterDialogueMode(_ctxt.cmd->u._zone);
} else {
_vm->_activeZone = _ctxt.cmd->u._zone;