No longer needed changes toAFinishline with the changes mega made.

This commit is contained in:
sitton76
2025-05-22 12:08:17 -05:00
parent 598e7ba62e
commit 89c046c224
-4
View File
@@ -21,10 +21,6 @@ extern f32 gKartGravityTable[];
AFinishline::AFinishline(std::optional<FVector> pos) {
Name = "Finishline";
if (GetCup() == GetBattleCup()) {
return;
}
if (pos.has_value()) {
// Set spawn point to the provided position
Pos[0] = D_8015F8D0[0] = pos.value().x;