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:
4
World.h
4
World.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user