diff options
Diffstat (limited to 'src/engine/vehicles/Train.cpp')
| -rw-r--r-- | src/engine/vehicles/Train.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/vehicles/Train.cpp b/src/engine/vehicles/Train.cpp index f4a5a4f9d..5339912c0 100644 --- a/src/engine/vehicles/Train.cpp +++ b/src/engine/vehicles/Train.cpp @@ -153,7 +153,6 @@ void ATrain::SyncComponents(TrainCarStuff* trainCar, s16 orientationY) { } void ATrain::Tick() { - FrameInterpolation_StartRecord(); f32 temp_f20; TrainCarStuff* car; u16 oldWaypointIndex; @@ -224,8 +223,6 @@ void ATrain::Tick() { sync_train_components(car, orientationYUpdate); } } - - FrameInterpolation_StopRecord(); } void ATrain::VehicleCollision(s32 playerId, Player* player) { |
