summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-09-07 23:19:21 +0000
committerTim Angus <tim@ngus.net>2001-09-07 23:19:21 +0000
commit9322e88a98db168006321e0147b194f808e88b48 (patch)
tree568dbad42792b91470646e353c900ba863efe03a /src/game
parente75868b8ec9b526969e9ebb6805ef36d83479232 (diff)
Tidy ups
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_buildable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 8256b1cf..a7661ed8 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -24,8 +24,6 @@
#include "g_local.h"
-#define REFRESH_TIME 2000
-
/*
================
G_setBuildableAnim
@@ -55,6 +53,8 @@ void G_setIdleBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim )
ent->s.torsoAnim = anim;
}
+#define REFRESH_TIME 2000
+
/*
================
findPower