16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

openalsoft compatibility fixes, basic measures for exceeding audio source limit

This commit is contained in:
tmj-fstate
2017-12-01 04:12:26 +01:00
parent 76e58200d2
commit 0f0cb4209b
6 changed files with 88 additions and 45 deletions

View File

@@ -165,8 +165,6 @@ public:
static bool VSync;
static bool bFreeFly;
static bool bWireFrame;
static bool bSoundEnabled;
static float AudioVolume;
// McZapkie-131202
static bool bAdjustScreenFreq;
static bool bEnableTraction;
@@ -215,6 +213,10 @@ public:
static bool bSmoothTraction; // wygładzanie drutów
static float SplineFidelity; // determines segment size during conversion of splines to geometry
static GLfloat FogColor[];
// sound renderer variables
static bool bSoundEnabled;
static float AudioVolume;
static std::string AudioRenderer;
static bool FullPhysics; // full calculations performed for each simulation step
static int iSlowMotion;