mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 17:29:18 +02:00
merge tmj
This commit is contained in:
@@ -185,7 +185,7 @@ class Global
|
||||
static double fFogStart;
|
||||
static double fFogEnd;
|
||||
static TGround *pGround;
|
||||
static char **szDefaultExt;
|
||||
static std::string szDefaultExt;
|
||||
static std::string SceneryFile;
|
||||
static char CreatorName1[20];
|
||||
static char CreatorName2[20];
|
||||
@@ -261,8 +261,8 @@ class Global
|
||||
static double fTimeAngleDeg; // godzina w postaci kąta
|
||||
static float fClockAngleDeg[6]; // kąty obrotu cylindrów dla zegara cyfrowego
|
||||
static double fLatitudeDeg; // szerokość geograficzna
|
||||
static char *szTexturesTGA[4]; // lista tekstur od TGA
|
||||
static char *szTexturesDDS[4]; // lista tekstur od DDS
|
||||
static std::string szTexturesTGA; // lista tekstur od TGA
|
||||
static std::string szTexturesDDS; // lista tekstur od DDS
|
||||
static int iMultisampling; // tryb antyaliasingu: 0=brak,1=2px,2=4px,3=8px,4=16px
|
||||
static bool bGlutFont; // tekst generowany przez GLUT
|
||||
static int iKeyLast; // ostatnio naciśnięty klawisz w celu logowania
|
||||
|
||||
Reference in New Issue
Block a user