Updated version number.

Bugfix to resolve a Map Editor problem where you would constantly receive a "Major Version Update" message.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2032 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
ChrisL
2008-04-15 18:56:39 +00:00
parent 0596b0a553
commit 4ccad69873
3 changed files with 10 additions and 8 deletions
+4 -2
View File
@@ -2576,9 +2576,10 @@ void LoadSummary( STR8 pSector, UINT8 ubLevel, FLOAT dMajorMapVersion )
if( !fp )
{
gusNumEntriesWithOutdatedOrNoSummaryInfo++;
//CHRISL: These will force an update basically every time the editor is loaded. What's the point of that?
//ADB don't forget that these might need to be updated!!!
gusNumberOfMapsToBeForceUpdated++;
gfMustForceUpdateAllMaps = TRUE;
//gusNumberOfMapsToBeForceUpdated++;
//gfMustForceUpdateAllMaps = TRUE;
return;
}
fread( &temp, 1, sizeof( SUMMARYFILE ), fp );
@@ -3153,3 +3154,4 @@ void ClearSummaryInfo()
#endif