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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user