summaryrefslogtreecommitdiff
path: root/src/game/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/player.cpp')
-rw-r--r--src/game/player.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/player.cpp b/src/game/player.cpp
index 65daa9b..74ecea2 100644
--- a/src/game/player.cpp
+++ b/src/game/player.cpp
@@ -6,7 +6,8 @@
#include <cmath>
#include "player.h"
-F32 PLAYER_HULL_HEIGHT = 50.f;
+// todo : temporary
+F32 PLAYER_HULL_HEIGHT = 1.f;
F32 PLAYER_HULL_WIDTH = 32.f;
PLAYER* player_create( VEC3 origin, F32 yaw ) {