NO_ISLAND_LOADING ported from re3

This commit is contained in:
Sergeanur
2020-12-27 18:26:30 +02:00
parent 76e744bb7b
commit 7959b7fd1f
7 changed files with 77 additions and 45 deletions

View File

@ -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++) {