mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
PARALLACTION: change cursor when swapping character.
This commit is contained in:
parent
ab4bf6b911
commit
b58d814822
@ -295,6 +295,8 @@ DECLARE_COMMAND_OPCODE(swap) {
|
||||
|
||||
_vm->_inventory = _vm->findInventory(newCharacterName);
|
||||
_vm->_inventoryRenderer->setInventory(_vm->_inventory);
|
||||
|
||||
_vm->_input->changeCharacterPointer(newCharacterName);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user