Cleanup.
svn-id: r38817
This commit is contained in:
parent
9bef5a0cfc
commit
e3afa772e2
8 changed files with 28 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue