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

build 170602. completed fix for infinite event loop, modified horn controls to work independent of each other

This commit is contained in:
tmj-fstate
2017-06-02 16:35:36 +02:00
parent a28b3d5af9
commit 5f0069bf60
6 changed files with 96 additions and 145 deletions

View File

@@ -274,9 +274,7 @@ class TGround
TGroundRect Rects[iNumRects][iNumRects]; // mapa kwadratów kilometrowych
TEvent *RootEvent = nullptr; // lista zdarzeń
TEvent *QueryRootEvent = nullptr,
*tmpEvent = nullptr,
*tmp2Event = nullptr,
*OldQRE = nullptr;
*tmpEvent = nullptr;
TSubRect *pRendered[1500]; // lista renderowanych sektorów
int iNumNodes = 0;
vector3 pOrigin;