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:
meep-eep
2006-01-19 23:10:30 +00:00
parent df397efcf9
commit 448c82e91a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -72,6 +72,9 @@ if (master_q.head != 0)
UnlockStarShip (&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);
hStarShip; hStarShip = hNextShip)
{
+1 -1
View File
@@ -145,7 +145,7 @@ while (--ac > 0)
void (*saveDebugHook) (void);
saveDebugHook = debugHook;
debugHook = NULL;
// No further debugHook callse unless the called
// No further debugHook calls unless the called
// function resets debugHook.
(*saveDebugHook) ();
continue;