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:
Meep-Eep
2008-03-01 21:36:11 +00:00
parent 2231724cf0
commit d662b44e5f
+1 -1
View File
@@ -369,7 +369,7 @@ main (int argc, char *argv[])
{
log_add (log_Error, "Illegal control template '%d' for Player "
"Two.", PlayerControls[1]);
PlayerTwo = CONTROL_TEMPLATE_JOY_1;
PlayerControls[1] = CONTROL_TEMPLATE_JOY_1;
}
}
if (res_HasKey ("config.musicvol"))