diff options
author | M. Kristall <mkpdev@gmail.com> | 2010-04-01 01:37:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:33 +0000 |
commit | 32a275117e183ee8a8ba029ba72c204a76ac0782 (patch) | |
tree | 8ea21a56e75d3318571c953aeec3623c4c6915b0 /src/game/g_combat.c | |
parent | 9b595718735659804658d757fa6d33c2d78380d2 (diff) |
* Revert revision 1996, which removed a feature which "looked like an obvious
bug"
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r-- | src/game/g_combat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index f602f0af..66a092ef 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -1378,7 +1378,7 @@ void G_LogDestruction( gentity_t *self, gentity_t *actor, int mod ) } G_LogPrintf( S_COLOR_YELLOW "Deconstruct: %d %d %s %s: %s %s by %s\n", - actor->client ? actor - g_entities : ENTITYNUM_WORLD, + actor - g_entities, self - g_entities, BG_Buildable( self->s.modelindex )->name, modNames[ mod ], |