diff options
author | Tim Angus <tim@ngus.net> | 2001-08-18 19:34:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-18 19:34:33 +0000 |
commit | e58393cbd446b2b6659620fb7b784324c73d5e17 (patch) | |
tree | 623054ab7cf2101d859ecd16a856db402b9a134b /src/game/g_local.h | |
parent | 8a24d464b558d46d9d8067f93bfae834c5f0d7d8 (diff) |
Buildable animation in a working state
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 64d3f3de..a176e444 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -545,6 +545,7 @@ typedef enum itemBuildError_t itemFits( gentity_t *ent, buildable_t buildable, int distance ); gentity_t *Build_Item( gentity_t *ent, buildable_t buildable, int distance ); void G_setBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim ); +void G_setIdleBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim ); // // g_utils.c |