A few comments.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3011 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-05-30 22:56:40 +00:00
parent ea2ae46298
commit dbf34f4042
+3 -1
View File
@@ -150,11 +150,12 @@ while (--ac > 0)
// OpenJournal (); // OpenJournal ();
while (StartGame ()) while (StartGame ())
{ {
// Initialise a new game
SetPlayerInputAll (); SetPlayerInputAll ();
InitSIS (); InitSIS ();
InitGameClock (); InitGameClock ();
AddInitialGameEvents(); AddInitialGameEvents();
do do
{ {
SuspendGameClock (); SuspendGameClock ();
@@ -212,6 +213,7 @@ while (--ac > 0)
} }
else else
{ {
// Entering HyperSpace or QuasiSpace.
Task ArilouTask; Task ArilouTask;
GLOBAL (CurrentActivity) = MAKE_WORD (IN_HYPERSPACE, 0); GLOBAL (CurrentActivity) = MAKE_WORD (IN_HYPERSPACE, 0);