diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 5f9029a9..01b6ef5c 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -204,6 +204,7 @@ struct gentity_s qboolean spawned; // whether or not this buildable has finished spawning int shrunkTime; // time when a barricade shrunk or zero int buildTime; // when this buildable was built + int animTime; // last animation change int time1000; // timer evaluated every second qboolean deconstruct; // deconstruct if no BP left int deconstructTime; // time at which structure marked @@ -681,7 +682,7 @@ void G_SanitiseString( char *in, char *out, int len ); void Cmd_PrivateMessage_f( gentity_t *ent ); void Cmd_Test_f( gentity_t *ent ); void Cmd_AdminMessage_f( gentity_t *ent ); -qboolean G_FloodLimited( gentity_t *ent ); +int G_FloodLimited( gentity_t *ent ); // // g_physics.c |