From 75e3ab16e6aca4bc8e89a7867d131c07d70d2c15 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 3 Dec 2009 22:28:40 +0000 Subject: [PATCH] Small ipdisp clarification git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3386 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/ipdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);