restricted targeting down to 45 degrees
authornireco
Fri, 28 Nov 2008 18:19:31 +0000
changeset 126 7885c71653d0
parent 125 8e15c7db2333
child 127 241830182118
restricted targeting down to 45 degrees
src/proto2/GameState.hh
--- 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