Correct PC placement when screen is large (#591)

Fixes https://github.com/fallout2-ce/fallout2-ce/issues/578
This commit is contained in:
Mike Klaas
2026-07-25 15:37:09 -07:00
committed by GitHub
parent 283107bebe
commit 21a98bebb1
+1 -1
View File
@@ -978,7 +978,7 @@ static int mapLoad(File* stream)
}
lightSetAmbientIntensity(LIGHT_INTENSITY_MAX, false);
objectSetLocation(gDude, gCenterTile, gElevation, nullptr);
objectSetLocation(gDude, gEnteringTile, gElevation, nullptr);
objectSetRotation(gDude, gEnteringRotation, nullptr);
gMapHeader.index = wmMapMatchNameToIdx(gMapHeader.name);