Skip to content

Commit

Permalink
Restore old acceleration behavior until something is actually agreed on
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Feb 15, 2013
1 parent 30b9a4d commit 65cb318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/defaultsettings.cpp
Expand Up @@ -180,9 +180,9 @@ void set_default_settings(Settings *settings)
settings->setDefault("remote_media", "");

// physics stuff
settings->setDefault("movement_acceleration_default", "2");
settings->setDefault("movement_acceleration_air", "0.5");
settings->setDefault("movement_acceleration_fast", "8");
settings->setDefault("movement_acceleration_default", "4");
settings->setDefault("movement_acceleration_air", "4");
settings->setDefault("movement_acceleration_fast", "4");
settings->setDefault("movement_speed_walk", "4");
settings->setDefault("movement_speed_crouch", "1.35");
settings->setDefault("movement_speed_fast", "20");
Expand Down

0 comments on commit 65cb318

Please sign in to comment.