mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-17 16:51:12 +02:00
Fix use of integer in RemoveBuildingsNotInArea call
This commit is contained in:
@@ -382,7 +382,7 @@ CGameLogic::RestorePlayerStuffDuringResurrection(CPlayerPed *pPlayerPed, CVector
|
|||||||
CWorld::ClearExcitingStuffFromArea(pos, 4000.0f, true);
|
CWorld::ClearExcitingStuffFromArea(pos, 4000.0f, true);
|
||||||
pPlayerPed->RestoreHeadingRate();
|
pPlayerPed->RestoreHeadingRate();
|
||||||
CGame::currArea = AREA_MAIN_MAP;
|
CGame::currArea = AREA_MAIN_MAP;
|
||||||
CStreaming::RemoveBuildingsNotInArea(0);
|
CStreaming::RemoveBuildingsNotInArea(AREA_MAIN_MAP);
|
||||||
TheCamera.SetCameraDirectlyInFrontForFollowPed_CamOnAString();
|
TheCamera.SetCameraDirectlyInFrontForFollowPed_CamOnAString();
|
||||||
TheCamera.Restore();
|
TheCamera.Restore();
|
||||||
CReferences::RemoveReferencesToPlayer();
|
CReferences::RemoveReferencesToPlayer();
|
||||||
|
Reference in New Issue
Block a user