From 32a275117e183ee8a8ba029ba72c204a76ac0782 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Thu, 1 Apr 2010 01:37:19 +0000 Subject: * Revert revision 1996, which removed a feature which "looked like an obvious bug" --- src/game/g_combat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') 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 ], -- cgit