summaryrefslogtreecommitdiff
path: root/src/game/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/player.h')
-rw-r--r--src/game/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/player.h b/src/game/player.h
index 6617f01..c0e126d 100644
--- a/src/game/player.h
+++ b/src/game/player.h
@@ -20,10 +20,10 @@ struct PLAYER : OBJECT {
F32 eyeoffset{40.f};
PLAYER_INPUT input;
-
VEC3 mins;
VEC3 maxs;
+ F32 maxspeed{70.f};
VEC3 velocity;
};