1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Fix incorrect const names of long base pieces

- Fix function names referring to that of the renamed consts
- Fix incorrect mirror of TrackType::FlatToDown60Long in TrackData
This commit is contained in:
Simon Jarrett
2020-08-18 09:49:31 +01:00
parent 52209af94d
commit 088db4a7c3
8 changed files with 30 additions and 30 deletions

View File

@@ -5976,12 +5976,12 @@ GForces Vehicle::GetGForces() const
// 6d7408
break;
case TrackElemType::FlatToUp60LongBase:
case TrackElemType::FlatToDown60LongBase:
case TrackElemType::Down60ToFlatLongBase:
vertFactor = 160;
// 6d74F1
break;
case TrackElemType::Up60ToFlatLongBase:
case TrackElemType::Up60ToFlatLongBase122:
case TrackElemType::FlatToDown60LongBase:
vertFactor = -160;
// 6d74FD
break;