1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Update TODOs

This commit is contained in:
Marijn van der Werf
2016-10-18 19:35:22 +02:00
parent a44745e2fa
commit 3dcebfc97f

View File

@@ -277,10 +277,11 @@ static uint8 TestTrackElementPaintCalls(uint8 rideType, uint8 trackType, uint8 t
function_call callBuffer[256] = {0};
int callCount = 0;
// TODO: test chainlift
// TODO: test inverted
// TODO: test supports
// TODO: test entrance styles
// TODO: test flat rides
// TODO: test mazes
// TODO: test underground (Wooden RC)
// TODO: test station fences
std::vector<ITestTrackFilter *> filters;
filters.push_back(new CableLiftFilter());