mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 06:59:18 +02:00
build 1020: error fixes and backward compatibility improvements
This commit is contained in:
5
Ground.h
5
Ground.h
@@ -162,8 +162,8 @@ class TSubRect : public CMesh
|
||||
#ifdef EU07_USE_OLD_GROUNDCODE
|
||||
bool RaTrackAnimAdd(TTrack *t); // zgłoszenie toru do animacji
|
||||
void RaAnimate( unsigned int const Framestamp ); // przeliczenie animacji torów
|
||||
#endif
|
||||
void RenderSounds(); // dźwięki pojazdów z niewidocznych sektorów
|
||||
#endif
|
||||
};
|
||||
|
||||
// Ra: trzeba sprawdzić wydajność siatki
|
||||
@@ -243,7 +243,6 @@ class TGround
|
||||
#endif
|
||||
|
||||
public:
|
||||
bool bDynamicRemove = false; // czy uruchomić procedurę usuwania pojazdów
|
||||
|
||||
TGround();
|
||||
~TGround();
|
||||
@@ -308,7 +307,9 @@ public:
|
||||
void DynamicRemove(TDynamicObject *dyn);
|
||||
void TerrainRead(std::string const &f);
|
||||
void TerrainWrite();
|
||||
#ifdef EU07_USE_OLD_GROUNDCODE
|
||||
void Silence(vector3 gdzie);
|
||||
#endif
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user