Minor problem reporting fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2327 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -329,7 +329,7 @@ main (int argc, char *argv[])
|
|||||||
PlayerTwo = res_GetInteger ("config.player2control");
|
PlayerTwo = res_GetInteger ("config.player2control");
|
||||||
if (PlayerTwo >= NUM_TEMPLATES)
|
if (PlayerTwo >= NUM_TEMPLATES)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Illegal control template '%d' for Player Two.\n", PlayerOne);
|
fprintf (stderr, "Illegal control template '%d' for Player Two.\n", PlayerTwo);
|
||||||
PlayerTwo = CONTROL_TEMPLATE_KB_2;
|
PlayerTwo = CONTROL_TEMPLATE_KB_2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user