PARALLACTION: change cursor when swapping character.

This commit is contained in:
peres 2021-06-27 12:02:38 +09:00
parent ab4bf6b911
commit b58d814822

View File

@ -295,6 +295,8 @@ DECLARE_COMMAND_OPCODE(swap) {
_vm->_inventory = _vm->findInventory(newCharacterName);
_vm->_inventoryRenderer->setInventory(_vm->_inventory);
_vm->_input->changeCharacterPointer(newCharacterName);
}