diff options
author | Tim Angus <tim@ngus.net> | 2001-09-07 15:11:46 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-07 15:11:46 +0000 |
commit | 03091e5b87d1d0aa5f153ccda8a0316733cf01f4 (patch) | |
tree | 61cd0d896d888bf5718f12653b82aefb0f295de2 /src/game/g_local.h | |
parent | fa0922d0e311a68daf24aa1ae48dd35c29d894bf (diff) |
Destroy anims for alien stuff
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 0fcfdc75..633c29e9 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -542,7 +542,7 @@ typedef enum itemBuildError_t G_itemFits( gentity_t *ent, buildable_t buildable, int distance ); gentity_t *G_buildItem( gentity_t *ent, buildable_t buildable, int distance, float speed ); -void G_setBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim ); +void G_setBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim, qboolean force ); void G_setIdleBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim ); // |