diff --git a/sc2/src/uqm/ipdisp.c b/sc2/src/uqm/ipdisp.c index ece581480..09a6fb879 100644 --- a/sc2/src/uqm/ipdisp.c +++ b/sc2/src/uqm/ipdisp.c @@ -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);