From 5c96782722839c6530fa47970651e164e5822e87 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 13 Jul 2005 21:17:29 +0000 Subject: [PATCH] corrected comment git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1845 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/uqmdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/uqmdebug.c b/sc2/src/sc2code/uqmdebug.c index f702a784d..c8f30350c 100644 --- a/sc2/src/sc2code/uqmdebug.c +++ b/sc2/src/sc2code/uqmdebug.c @@ -792,7 +792,7 @@ dumpWorld (FILE *out, const PLANET_DESC *world) if ((world->data_index == (BYTE) ~0) || (world->data_index & PLANET_SHIELDED)) { - // StarBase + // StarBase or slave shielded planet. return; }