diff options
author | Tim Angus <tim@ngus.net> | 2001-09-15 18:45:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-15 18:45:39 +0000 |
commit | 1b02716b661584dddb150e6346aeed3934be418a (patch) | |
tree | 1733f8765c68cc1f28041fa4c86e828fab39b71c /src/game/bg_public.h | |
parent | cab6cb5c4a989b11e6f45b74f87d84a961235984 (diff) |
Trapper tweaks
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 6f8454c2..2195db13 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -139,8 +139,8 @@ typedef enum { PM_NORMAL, // can accelerate and turn PM_NOCLIP, // noclip movement PM_SPECTATOR, // still run into walls - PM_DEAD, // no acceleration or turning, but free falling PM_GRABBED, // like dead, but for when the player is still live + PM_DEAD, // no acceleration or turning, but free falling PM_FREEZE, // stuck in place with no control PM_INTERMISSION, // no movement or status bar PM_SPINTERMISSION // no movement or status bar |