1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 18:29:21 +01:00

Minor changes for 1.9.5 compatibility

This commit is contained in:
idcarlos 2006-04-09 15:13:42 +00:00
parent b0f7a19f1d
commit 70f3d94ea0

View File

@ -38,7 +38,6 @@
enum XmlLoadSaveCountryTags
{
TAG_MISC = TAG_START_MISC,
TAG_MISC_VERSION,
TAG_MISC_RATING,
TAG_MISC_SEASON,
TAG_MISC_WEEK,
@ -49,6 +48,7 @@ enum XmlLoadSaveCountryTags
TAG_MISC_BET1,
TAG_MISC_BET_FIX_ID,
TAG_MISC_BET_ODD,
TAG_MISC_VERSION,
TAG_END
};