Skip to content

Commit

Permalink
MAIN: Don't give gamma a default value of 1.0
Browse files Browse the repository at this point in the history
It now defaults to using whatever the system has
  • Loading branch information
clone2727 committed Aug 10, 2012
1 parent 7880510 commit 533c10b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xoreos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ void initConfig() {
ConfigMan.setInt (Common::kConfigRealmDefault, "height", 600);
ConfigMan.setBool (Common::kConfigRealmDefault, "fullscreen", false);
ConfigMan.setInt (Common::kConfigRealmDefault, "fsaa", 0);
ConfigMan.setDouble(Common::kConfigRealmDefault, "gamma", 1.0);

ConfigMan.setDouble(Common::kConfigRealmDefault, "volume" , 1.0);
ConfigMan.setDouble(Common::kConfigRealmDefault, "volume_music", 1.0);
Expand Down

0 comments on commit 533c10b

Please sign in to comment.