src/proto2/GameState.hh
changeset 126 7885c71653d0
parent 116 0d36aade845e
child 127 241830182118
--- a/src/proto2/GameState.hh	Fri Nov 28 18:11:23 2008 +0000
+++ b/src/proto2/GameState.hh	Fri Nov 28 18:19:31 2008 +0000
@@ -23,7 +23,7 @@
 const float PLAYER_MIN_SPEED = 10.0;
 
 const float CROSSHAIR_ANGLE_SPEED = PI/40; // TODO: Adjust this
-const float PLAYER_AIM_MIN = -KG_PI/2; // TODO: -- || --
+const float PLAYER_AIM_MIN = -KG_PI/4; // TODO: -- || --
 const float PLAYER_AIM_MAX = KG_PI/2; // TODO: -- || --
 
 // forward-declare GameState