16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09: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

@@ -63,9 +63,6 @@ union TParam
{
void *asPointer;
TMemCell *asMemCell;
#ifdef EU07_USE_OLD_GROUNDCODE
TGroundNode *nGroundNode;
#endif
editor::basic_node *asEditorNode;
glm::dvec3 const *asLocation;
TTrack *asTrack;
@@ -94,9 +91,6 @@ class TEvent // zmienne: ev*
bool bEnabled = false; // false gdy ma nie być dodawany do kolejki (skanowanie sygnałów)
int iQueued = 0; // ile razy dodany do kolejki
TEvent *evNext = nullptr; // następny w kolejce
#ifdef EU07_USE_OLD_GROUNDCODE
TEvent *evNext2 = nullptr;
#endif
TEventType Type = tp_Unknown;
double fStartTime = 0.0;
double fDelay = 0.0;