--- a/src/Config.hh Wed Dec 03 19:40:37 2008 +0000
+++ b/src/Config.hh Thu Dec 04 14:30:13 2008 +0000
@@ -19,9 +19,6 @@
// Constants affecting physics
const float MAP_GRAVITY = 1200.0;
-const float PLAYER_COLLISION_ELASTICITY = 0.3; // TODO: This could be
- // different for different
- // objects
// Player properties
const float PLAYER_MASS = 10.0;
@@ -35,6 +32,11 @@
const float CROSSHAIR_ANGLE_SPEED = PI/40;
const float PLAYER_MAX_SPEED = 70;
+const float PLAYER_WALK_SPEED = 65;
+
+const float PLAYER_COLLISION_ELASTICITY = 0.3; // TODO: This could be
+ // different for different
+ // objects
// Graphical properties
const CL_Color COLOR_EMPTY(86, 41, 0);