We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5c211 commit c6bc598Copy full SHA for c6bc598
1 file changed
Client/game_sa/CPoolsSA.cpp
@@ -702,6 +702,7 @@ CVehicle* CPoolsSA::AddTrain(CClientVehicle* pClientVehicle, const CVector& vecP
702
}
703
704
train->SetMoveSpeed(CVector());
705
+ train->DumpVehicleFrames();
706
return train.release();
707
708
0 commit comments