Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
core/Game: ReloadIPLs() fix path to GTA3.IDE
  • Loading branch information
Tatsh committed Feb 14, 2021
1 parent 2830d99 commit 6be614c6f7265cebc16721499d806b8f4f9288aa
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/Game.cpp
@@ -807,7 +807,7 @@ void CGame::ReloadIPLs(void)
CWorld::RemoveStaticObjects();
ThePaths.Init();
CCullZones::Init();
CFileLoader::ReloadPaths("GTA3.IDE");
CFileLoader::ReloadPaths("DATA\\MAPS\\GTA3.IDE");
CFileLoader::LoadScene("INDUST.IPL");
CFileLoader::LoadScene("COMMER.IPL");
CFileLoader::LoadScene("SUBURBAN.IPL");

0 comments on commit 6be614c

Please sign in to comment.