From 7c71e66f39375309b408b91915fe3d4a88098383 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 21 Apr 2003 04:04:41 +0000 Subject: [PATCH] is this what you meant? --- stepmania/src/ScreenRaveOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenRaveOptions.cpp b/stepmania/src/ScreenRaveOptions.cpp index 99c5da5098..9e8f20dbc9 100644 --- a/stepmania/src/ScreenRaveOptions.cpp +++ b/stepmania/src/ScreenRaveOptions.cpp @@ -69,7 +69,7 @@ void ScreenRaveOptions::ImportOptions() } else if( GAMESTATE->IsCpuPlayer(p) ) { - PlayerNumber pnHuman = OPPOSITE_PLAYER[pnHuman]; + PlayerNumber pnHuman = OPPOSITE_PLAYER[p]; m_iSelectedOption[pnHuman][RO_CPU_SKILL] = GAMESTATE->m_iCpuSkill[p]; CLAMP( m_iSelectedOption[pnHuman][RO_CPU_SKILL], 0, 10 );