summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
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 );
//