diff options
author | Tim Angus <tim@ngus.net> | 2009-10-28 09:23:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:09 +0000 |
commit | 45043172c4c73f0f8f6d42a75f724087d4db3246 (patch) | |
tree | e095c4398c401c07bde370e31c0a493e7fe3bddc /src | |
parent | 5edcce3e19082734d026693e0134c819eb34c99f (diff) |
* Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_buildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 02ce3de1..8063bca4 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -2963,7 +2963,7 @@ static gentity_t *G_FindBuildable( buildable_t buildable ) if( ent->s.eType != ET_BUILDABLE ) continue; - if( ent->s.modelindex == buildable && !(ent->s.eFlags & EF_DEAD) ) + if( ent->s.modelindex == buildable && !( ent->s.eFlags & EF_DEAD ) ) return ent; } |