Fixed DWI writing bug, fixed player options interface bug, added more shorten group name presets.

This commit is contained in:
Chris Danford
2002-10-05 23:10:23 +00:00
parent aa933bcee7
commit 4174ebf405
5 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void ScreenPlayerOptions::ImportOptions()
for( int i=0; i<PlayerOptions::NUM_EFFECT_TYPES; i++ )
{
if( po.m_bEffects[i] )
m_iSelectedOption[p][PO_EFFECT] = i-1;
m_iSelectedOption[p][PO_EFFECT] = i+1;
}
m_iSelectedOption[p][PO_APPEAR] = po.m_AppearanceType;