diff options
| author | aura <nw@moneybot.cc> | 2026-02-25 08:58:39 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-25 08:58:39 +0100 |
| commit | 3e5e15a4923c752be703d7afb1214d5e5a767fad (patch) | |
| tree | d76049a556bd0fff581a018408faa6bed23b74eb /src/game/player.h | |
| parent | 25da8e01a0499c273357cb2feb2825b53e86795b (diff) | |
finish wall collisions (clipvelocity), some utils
Diffstat (limited to 'src/game/player.h')
| -rw-r--r-- | src/game/player.h | 2 |
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; }; |
