mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 04:54:09 +00:00
island load screen, some more CText
This commit is contained in:
parent
0711bfacd4
commit
38a7b74b1a
4 changed files with 72 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue