diff options
Diffstat (limited to 'src/re3.cpp')
-rw-r--r-- | src/re3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/re3.cpp b/src/re3.cpp index 284b88de..ec4f4439 100644 --- a/src/re3.cpp +++ b/src/re3.cpp @@ -126,7 +126,7 @@ spawnCar(int id) CVector playerpos; CStreaming::RequestModel(id, 0); CStreaming::LoadAllRequestedModels(false); - if(CStreaming::IsModelLoaded(id)){ + if(CStreaming::HasModelLoaded(id)){ FindPlayerCoors(playerpos); int node = ThePaths.FindNodeClosestToCoors(playerpos, 0, 100.0f, false, false); if(node < 0) |