mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 14:10:27 -04:00
better use double wield and fix bugs
This commit is contained in:
parent
33fa026576
commit
ce3e42f66b
14 changed files with 199 additions and 81 deletions
|
@ -16,7 +16,7 @@ static SoundMixer<2> sound_mixer;
|
|||
|
||||
static float master_volume = 1.0;
|
||||
static float sound_effect_volume = 1.0;
|
||||
static float music_volume = 1.0;
|
||||
static float music_volume = 0.5;
|
||||
static float base_freq;
|
||||
bool swap_channels = false;
|
||||
static void empty_deleter(const void *) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue