Skip to content

Commit

Permalink
MOD Sound volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus-Minor committed Feb 23, 2015
1 parent f77636f commit e228411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WitchBlastGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4374,8 +4374,8 @@ void WitchBlastGame::configureFromFile()
parameters.vsync = true;
parameters.bloodSpread = true;
parameters.fullscreen = false;
parameters.musicVolume = 100;
parameters.soundVolume = 80;
parameters.musicVolume = 60;
parameters.soundVolume = 100;
parameters.playerName = "";

input[KeyUp] = sf::Keyboard::W;
Expand Down

0 comments on commit e228411

Please sign in to comment.