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