Sound effects volume bug

This commit is contained in:
Amun
2026-01-07 18:47:25 +02:00
parent f19dfa1fe2
commit 6320f99388
4 changed files with 17 additions and 33 deletions

View File

@@ -59,7 +59,7 @@ class CPythonSystem : public CSingleton<CPythonSystem>
int iShadowLevel;
FLOAT music_volume;
BYTE voice_volume;
FLOAT voice_volume;
int gamma;
@@ -141,9 +141,9 @@ class CPythonSystem : public CSingleton<CPythonSystem>
// Sound
float GetMusicVolume();
int GetSoundVolume();
float GetSoundVolume();
void SetMusicVolume(float fVolume);
void SetSoundVolumef(float fVolume);
void SetSoundVolume(float fVolume);
int GetDistance();
int GetShadowLevel();