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

add sound gain and pitch compatibility modes

This commit is contained in:
milek7
2017-08-19 11:27:11 +02:00
parent 6d592815c0
commit eaddd4b91a
4 changed files with 53 additions and 2 deletions

View File

@@ -356,5 +356,13 @@ class Global
static opengl_light DayLight;
enum soundmode_t
{
linear,
scaled,
compat
};
static soundmode_t soundpitchmode;
static soundmode_t soundgainmode;
};
//---------------------------------------------------------------------------