Bug confirmed.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1462 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-01-18 14:24:30 +00:00
parent eab28e5a78
commit be79b5f76a
+3 -3
View File
@@ -126,9 +126,9 @@ BuildGroups (void)
SIZE dx, dy; SIZE dx, dy;
DWORD d_squared; DWORD d_squared;
// XXX: i is redefined in the line below, so the assignment // XXX: BUG: i is redefined in the line below, so the assignment
// to i a few lines ago is useless... is there a bug? // to i a few lines ago is useless.
// TODO: investigate // EncounterPercent is never used in practice. - SvdB
if ((i = HomeWorld[Index]) && CurStarDescPtr->Index == (BYTE)i) if ((i = HomeWorld[Index]) && CurStarDescPtr->Index == (BYTE)i)
{ {
BestIndex = Index; BestIndex = Index;