island load screen, some more CText

This commit is contained in:
aap 2019-06-28 22:23:55 +02:00
parent 0711bfacd4
commit 38a7b74b1a
4 changed files with 72 additions and 8 deletions

View file

@ -132,7 +132,7 @@ CCollision::LoadCollisionWhenINeedIt(bool forceChange)
FindPlayerCoors(playerCoors);
sx = CWorld::GetSectorIndexX(playerCoors.x);
sy = CWorld::GetSectorIndexX(playerCoors.y);
sy = CWorld::GetSectorIndexY(playerCoors.y);
multipleLevels = false;
veh = FindPlayerVehicle();