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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user