# HG changeset patch # User nireco # Date 1227896371 0 # Node ID 7885c71653d0485a2a7b67e5ab82f89c2219abb6 # Parent 8e15c7db23330b21f81a2de4a6602508aa08139b restricted targeting down to 45 degrees diff -r 8e15c7db2333 -r 7885c71653d0 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