Skip to content

Commit

Permalink
EOD
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Mar 17, 2024
1 parent be1b726 commit 27bb20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ int main(int argc, char **argv) //!OCLINT tests may be long
if (args.size() == 1)
{
game_options options{create_default_game_options()};
options.set_sound_effects_volume(volume(0)); // 20 == default
options.set_volume(volume(0)); // 10 == default
options.set_sound_effects_volume(volume(20)); // 20 == default
options.set_volume(volume(10)); // 10 == default

#define USE_TWO_KEYBOARDS
physical_controllers pcs{
Expand Down

0 comments on commit 27bb20e

Please sign in to comment.