is this what you meant?

This commit is contained in:
Glenn Maynard
2003-04-21 04:04:41 +00:00
parent 8158742e0b
commit 7c71e66f39
+1 -1
View File
@@ -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 );