diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2010-07-30 02:33:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:40 +0000 |
commit | 3726768056c6ea51e67fd2d2c2389c0066a924b3 (patch) | |
tree | e95a92f3acb01d37dd28fd77d66e3f68a5f97f0f /src/game | |
parent | c50fb77d45db8c52944806755d2676752041e8e3 (diff) |
* Indentation fix
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_buildable.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 197a2f30..c6576785 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -3645,13 +3645,13 @@ static gentity_t *G_Build( gentity_t *builder, buildable_t buildable, vec3_t ori G_SetIdleBuildableAnim( built, BG_Buildable( buildable )->idleAnim ); if( built->builtBy >= 0 ) - { + { G_SetBuildableAnim( built, BANIM_CONSTRUCT1, qtrue ); - if( buildable == BA_A_OVERMIND ) - { - G_TeamCommand( TEAM_ALIENS, "cp \"The Overmind has awakened!\"" ); - } - } + if( buildable == BA_A_OVERMIND ) + { + G_TeamCommand( TEAM_ALIENS, "cp \"The Overmind has awakened!\"" ); + } + } trap_LinkEntity( built ); |