core/Game: ReloadIPLs() fix path to GTA3.IDE

This commit is contained in:
Andrew Udvare 2020-10-28 02:41:57 -04:00
parent 2830d990c6
commit 6be614c6f7
No known key found for this signature in database
GPG Key ID: 1AFD9AFC120C26DD

View File

@ -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");