Small ipdisp clarification

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3386 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-03 22:28:40 +00:00
parent 2cba7e4942
commit 75e3ab16e6
+1 -1
View File
@@ -304,7 +304,7 @@ ip_group_preprocess (ELEMENT *ElementPtr)
}
else if (group_loc == 0)
{
if (GroupPtr->dest_loc == 0)
if (GroupPtr->dest_loc == IPNL_INTERCEPT_PLAYER)
dest_pt = pSolarSysState->SunDesc[0].location;
else
dest_pt = planetOuterLocation (target_loc - 1);