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:
avolkov
2006-04-26 00:20:51 +00:00
parent 5b2c9cc123
commit 00f4d80d7e
+1 -1
View File
@@ -329,7 +329,7 @@ main (int argc, char *argv[])
PlayerTwo = res_GetInteger ("config.player2control");
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;
}
}