Fixed a copy-paste error
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2311 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -327,7 +327,7 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
/* This is an unsigned, so no < 0 check is necessary */
|
/* This is an unsigned, so no < 0 check is necessary */
|
||||||
PlayerTwo = res_GetInteger ("config.player2control");
|
PlayerTwo = res_GetInteger ("config.player2control");
|
||||||
if (PlayerOne >= 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", PlayerOne);
|
||||||
PlayerTwo = CONTROL_TEMPLATE_KB_2;
|
PlayerTwo = CONTROL_TEMPLATE_KB_2;
|
||||||
|
|||||||
Reference in New Issue
Block a user