aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/ai_dmq3.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/ai_dmq3.c')
-rw-r--r--code/game/ai_dmq3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/game/ai_dmq3.c b/code/game/ai_dmq3.c
index 040dff5..894e295 100644
--- a/code/game/ai_dmq3.c
+++ b/code/game/ai_dmq3.c
@@ -3751,7 +3751,6 @@ void BotMapScripts(bot_state_t *bs) {
BotSetMovedir
==================
*/
-// bk001205 - made these static
static vec3_t VEC_UP = {0, -1, 0};
static vec3_t MOVEDIR_UP = {0, 0, 1};
static vec3_t VEC_DOWN = {0, -2, 0};