From d662b44e5f5793389b32a0cfc766f0a9e9007331 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 21:36:11 +0000 Subject: [PATCH] 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 --- sc2/src/starcon2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 49ab10f8c..b5e80f9b4 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -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"))