Replace PlayerOne/PlayerTwo by PlayerControls[0]/PlayerControls[1].
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2940 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
log_add (log_Error, "Illegal control template '%d' for Player "
|
log_add (log_Error, "Illegal control template '%d' for Player "
|
||||||
"Two.", PlayerControls[1]);
|
"Two.", PlayerControls[1]);
|
||||||
PlayerTwo = CONTROL_TEMPLATE_JOY_1;
|
PlayerControls[1] = CONTROL_TEMPLATE_JOY_1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (res_HasKey ("config.musicvol"))
|
if (res_HasKey ("config.musicvol"))
|
||||||
|
|||||||
Reference in New Issue
Block a user