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",
"TwoPlayersSharedSides",
};
XToString( StyleType, NUM_STYLE_TYPES );
XToString( StyleType, NUM_StyleType );
StringToX( StyleType );
+2 -2
View File
@@ -391,8 +391,8 @@ enum StyleType
TWO_PLAYERS_TWO_SIDES, // e.g. versus
ONE_PLAYER_TWO_SIDES, // e.g. double
TWO_PLAYERS_SHARED_SIDES, // e.g. routine
NUM_STYLE_TYPES,
STYLE_TYPE_INVALID
NUM_StyleType,
StyleType_Invalid
};
const RString& StyleTypeToString( StyleType s );
StyleType StringToStyleType( const RString& s );