fix overhead un-modifier

This commit is contained in:
Glenn Maynard
2003-10-09 03:42:42 +00:00
parent 209070b32f
commit caf7b7f205
+1
View File
@@ -270,6 +270,7 @@ void PlayerOptions::FromString( CString sOptions )
else if( sBit == "blind" ) m_fBlind = level;
else if( sBit == "timingassist")m_bTimingAssist = on;
else if( sBit == "protiming") m_bProTiming = on;
else if( sBit == "overhead" ) { m_fSkew = 0; m_fPerspectiveTilt = 0; }
else if( sBit == "incoming" ) { m_fSkew = 1; m_fPerspectiveTilt = -1; }
else if( sBit == "space" ) { m_fSkew = 1; m_fPerspectiveTilt = +1; }
else if( sBit == "hallway" ) { m_fSkew = 0; m_fPerspectiveTilt = -1; }