summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 89eae495..f29f8ca5 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -638,8 +638,10 @@ typedef enum
NSPA_RUN,
NSPA_RUNBACK,
- NSPA_STRAFELEFT,
- NSPA_STRAFERIGHT,
+ NSPA_RUNLEFT,
+ NSPA_WALKLEFT,
+ NSPA_RUNRIGHT,
+ NSPA_WALKRIGHT,
NSPA_SWIM,