From d1c743c5c2f4590a7281bc19ab6528c50a5b8993 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 13:02:01 +0000 Subject: * add comment to previous commit --- src/game/g_buildable.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 496b832b..28be7e9c 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -1761,8 +1761,13 @@ void ATrapper_Think( gentity_t *self ) //================================================================================== +/* +================ +G_SuicideIfNoPower - +Destroy human structures that have been unpowered too long +================ +*/ static void G_SuicideIfNoPower( gentity_t *self ) { if( self->buildableTeam != TEAM_HUMANS ) -- cgit