From be79b5f76ab2a1a364cc1974a43c4d79faad66ff Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 18 Jan 2005 14:24:30 +0000 Subject: [PATCH] Bug confirmed. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1462 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/grpinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/src/sc2code/grpinfo.c b/sc2/src/sc2code/grpinfo.c index df3cc110f..513637a46 100644 --- a/sc2/src/sc2code/grpinfo.c +++ b/sc2/src/sc2code/grpinfo.c @@ -126,9 +126,9 @@ BuildGroups (void) SIZE dx, dy; DWORD d_squared; - // XXX: i is redefined in the line below, so the assignment - // to i a few lines ago is useless... is there a bug? - // TODO: investigate + // XXX: BUG: i is redefined in the line below, so the assignment + // to i a few lines ago is useless. + // EncounterPercent is never used in practice. - SvdB if ((i = HomeWorld[Index]) && CurStarDescPtr->Index == (BYTE)i) { BestIndex = Index;