16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 04:39:18 +02:00

maintenance: removed deprecated ground code

This commit is contained in:
tmj-fstate
2017-10-28 16:18:53 +02:00
parent 4ce975a656
commit da396836e0
31 changed files with 288 additions and 1777 deletions

View File

@@ -13,7 +13,6 @@ http://mozilla.org/MPL/2.0/.
#include <string>
#include "Camera.h"
#include "Ground.h"
#include "scene.h"
#include "sky.h"
#include "sun.h"
@@ -125,9 +124,6 @@ private:
TCamera Camera;
TCamera DebugCamera;
#ifdef EU07_USE_OLD_GROUNDCODE
TGround Ground;
#endif
world_environment Environment;
TTrain *Train;
TDynamicObject *pDynamicNearest;