mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
PETKA: fix WalkTo opcode
This commit is contained in:
parent
8e7425e16d
commit
815a0324d7
@ -215,7 +215,7 @@ void QMessageObject::processMessage(const QMessage &msg) {
|
||||
if (r) {
|
||||
for (uint i = 0; i < r->messages.size(); ++i) {
|
||||
if (r->messages[i].opcode == kGoTo) {
|
||||
g_vm->getQSystem()->getChapay()->walk(_walkX, _walkY);
|
||||
g_vm->getQSystem()->getChapay()->walk(destX, destY);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user