From dbf34f4042532d019caa0ff0c08507e92ca92709 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Fri, 30 May 2008 22:56:40 +0000 Subject: [PATCH] A few comments. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3011 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/starcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sc2/src/sc2code/starcon.c b/sc2/src/sc2code/starcon.c index 028317960..da6e5e531 100644 --- a/sc2/src/sc2code/starcon.c +++ b/sc2/src/sc2code/starcon.c @@ -150,11 +150,12 @@ while (--ac > 0) // OpenJournal (); while (StartGame ()) { + // Initialise a new game SetPlayerInputAll (); InitSIS (); InitGameClock (); - AddInitialGameEvents(); + do { SuspendGameClock (); @@ -212,6 +213,7 @@ while (--ac > 0) } else { + // Entering HyperSpace or QuasiSpace. Task ArilouTask; GLOBAL (CurrentActivity) = MAKE_WORD (IN_HYPERSPACE, 0);