StyleType

This commit is contained in:
Glenn Maynard
2006-09-26 21:25:28 +00:00
parent 1ba25d4aeb
commit f5abae7caa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ static const char *StyleTypeNames[] = {
"OnePlayerTwoSides", "OnePlayerTwoSides",
"TwoPlayersSharedSides", "TwoPlayersSharedSides",
}; };
XToString( StyleType, NUM_STYLE_TYPES ); XToString( StyleType, NUM_StyleType );
StringToX( StyleType ); StringToX( StyleType );
+2 -2
View File
@@ -391,8 +391,8 @@ enum StyleType
TWO_PLAYERS_TWO_SIDES, // e.g. versus TWO_PLAYERS_TWO_SIDES, // e.g. versus
ONE_PLAYER_TWO_SIDES, // e.g. double ONE_PLAYER_TWO_SIDES, // e.g. double
TWO_PLAYERS_SHARED_SIDES, // e.g. routine TWO_PLAYERS_SHARED_SIDES, // e.g. routine
NUM_STYLE_TYPES, NUM_StyleType,
STYLE_TYPE_INVALID StyleType_Invalid
}; };
const RString& StyleTypeToString( StyleType s ); const RString& StyleTypeToString( StyleType s );
StyleType StringToStyleType( const RString& s ); StyleType StringToStyleType( const RString& s );