From 922b5f5f28e22cf98a48b5f5126f3747c9d7c566 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 21:57:13 +0000 Subject: [PATCH] Even better description. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2942 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/grpinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sc2/src/sc2code/grpinfo.c b/sc2/src/sc2code/grpinfo.c index 1ef5084eb..2f22acf85 100644 --- a/sc2/src/sc2code/grpinfo.c +++ b/sc2/src/sc2code/grpinfo.c @@ -288,10 +288,10 @@ BuildGroups (void) { // When the Utwig and Supox are on their mission, there won't be // new battle groups generated for the system. - // XXX: Old battle groups might still exist, in which case this - // function is never even called, and the old groups would be - // reused. This is probably not the intent, which would make this - // a BUG. + // Note that old groups may still exist (in which case this function + // would not even be called), but those expire after spending a week + // outside of the star system, or when a different star system is + // entered. HomeWorld[UTWIG_SHIP] = 0; HomeWorld[SUPOX_SHIP] = 0; }