diff options
author | Tim Angus <tim@ngus.net> | 2001-09-07 23:19:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-07 23:19:21 +0000 |
commit | 9322e88a98db168006321e0147b194f808e88b48 (patch) | |
tree | 568dbad42792b91470646e353c900ba863efe03a /src/game | |
parent | e75868b8ec9b526969e9ebb6805ef36d83479232 (diff) |
Tidy ups
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_buildable.c | 4 |
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 |