From c32b3bb15e00bccb530500a95a0d276e798c0586 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Fri, 30 May 2008 22:09:56 +0000 Subject: [PATCH] Little bit of documentation. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3001 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/globdata.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sc2/src/sc2code/globdata.h b/sc2/src/sc2code/globdata.h index b1b69a054..228a18503 100644 --- a/sc2/src/sc2code/globdata.h +++ b/sc2/src/sc2code/globdata.h @@ -553,6 +553,12 @@ START_GAME_STATE ADD_GAME_STATE (CHMMR_EMERGING, 1) ADD_GAME_STATE (CHMMR_UNLEASHED, 1) ADD_GAME_STATE (CHMMR_BOMB_STATE, 2) + /* 0 - Nothing is known about the Precursor Bomb. + * 1 - The captain knows from the Chmmr that some extremely + * powerful weapon is needed to destroy the Sa-Matra. + * 2 - Installation of the precursor bomb has started. + * 3 - Left the starbase after installation of the Precursor bomb. + */ ADD_GAME_STATE (DRUUGE_DISCLAIMER, 1)