From a3205d7806e33b37e6a32bbb944d564b4b577818 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 1 Oct 2009 20:18:40 +0000 Subject: [PATCH] Correction: in BGD mode, one does not have 100 crew to trade for Druuge art git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3183 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/sis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/sis.h b/sc2/src/sc2code/sis.h index 36e9f80ae..b7c39cea2 100644 --- a/sc2/src/sc2code/sis.h +++ b/sc2/src/sc2code/sis.h @@ -224,7 +224,7 @@ typedef struct } SIS_STATE; // XXX: Theoretically, a player can have 17 devices on board without -// cheating (18 if never visited the Starbase). We only provide +// cheating. We only provide // room for 16 below, which is not really a problem since this // is only used for displaying savegame summaries. There is also // room for only 16 devices on screen.