mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 16:50:34 +00:00
NO_ISLAND_LOADING ported from re3
This commit is contained in:
parent
76e744bb7b
commit
7959b7fd1f
7 changed files with 77 additions and 45 deletions
|
@ -173,7 +173,7 @@ CColStore::LoadCollision(const CVector2D &pos)
|
|||
|
||||
if(GetBoundingBox(i).IsPointInside(pos) ||
|
||||
bLoadAtSecondPosition && GetBoundingBox(i).IsPointInside(secondPosition, -119.0f) ||
|
||||
CGeneral::faststrcmp(GetColName(i), "yacht") == 0){
|
||||
strcmp(GetColName(i), "yacht") == 0){
|
||||
wantThisOne = true;
|
||||
}else{
|
||||
for (int j = 0; j < MAX_CLEANUP; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue