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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user