16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

maintenance: removed deprecated vehicle control code

This commit is contained in:
tmj-fstate
2018-01-10 21:32:06 +01:00
parent c166c5429e
commit b34f86afb3
3 changed files with 41 additions and 1175 deletions

View File

@@ -82,7 +82,6 @@ class TTrain
TTrain();
// McZapkie-010302
bool Init(TDynamicObject *NewDynamicObject, bool e3d = false);
void OnKeyDown(int cKey);
inline vector3 GetDirection() { return DynamicObject->VectorFront(); };
inline vector3 GetUp() { return DynamicObject->VectorUp(); };