mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
MTROPOLIS: Fix hang in Piazza tutorial
This commit is contained in:
parent
9a4e8cb007
commit
35a3ad904d
@ -5120,6 +5120,7 @@ void Runtime::checkCollisions() {
|
||||
isParent = true;
|
||||
break;
|
||||
}
|
||||
parentSearch = parentSearch->getParent();
|
||||
}
|
||||
|
||||
if (isParent)
|
||||
|
Loading…
Reference in New Issue
Block a user