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