From 7959b7fd1fa0b4dbe46485c111277eae3c374dde Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 27 Dec 2020 18:26:30 +0200 Subject: NO_ISLAND_LOADING ported from re3 --- src/collision/ColStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/collision') diff --git a/src/collision/ColStore.cpp b/src/collision/ColStore.cpp index bca1e9b7..192c373d 100644 --- a/src/collision/ColStore.cpp +++ b/src/collision/ColStore.cpp @@ -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++) { -- cgit v1.2.3