From 3726768056c6ea51e67fd2d2c2389c0066a924b3 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Fri, 30 Jul 2010 02:33:11 +0000 Subject: * Indentation fix --- src/game/g_buildable.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/game') 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 ); -- cgit