Some comments.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2204 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -72,6 +72,9 @@ if (master_q.head != 0)
|
|||||||
UnlockStarShip (&master_q, hBuiltShip);
|
UnlockStarShip (&master_q, hBuiltShip);
|
||||||
|
|
||||||
RemoveQueue (&master_q, hBuiltShip);
|
RemoveQueue (&master_q, hBuiltShip);
|
||||||
|
|
||||||
|
// Insert the ship in the master queue in the right location
|
||||||
|
// to keep the list sorted on the name of the race.
|
||||||
for (hStarShip = GetHeadLink (&master_q);
|
for (hStarShip = GetHeadLink (&master_q);
|
||||||
hStarShip; hStarShip = hNextShip)
|
hStarShip; hStarShip = hNextShip)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ while (--ac > 0)
|
|||||||
void (*saveDebugHook) (void);
|
void (*saveDebugHook) (void);
|
||||||
saveDebugHook = debugHook;
|
saveDebugHook = debugHook;
|
||||||
debugHook = NULL;
|
debugHook = NULL;
|
||||||
// No further debugHook callse unless the called
|
// No further debugHook calls unless the called
|
||||||
// function resets debugHook.
|
// function resets debugHook.
|
||||||
(*saveDebugHook) ();
|
(*saveDebugHook) ();
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user