Mercurial > mm7
diff SaveLoad.cpp @ 7:bf019a7475f3
Слияние
author | Ritor1 |
---|---|
date | Tue, 15 Jan 2013 18:42:42 +0600 |
parents | 8e33efd39355 |
children | 6ad816231528 |
line wrap: on
line diff
--- a/SaveLoad.cpp Tue Jan 15 18:42:05 2013 +0600 +++ b/SaveLoad.cpp Tue Jan 15 18:42:42 2013 +0600 @@ -670,11 +670,11 @@ void SavegameList::Initialize(unsigned int bHideEmptySlots) { memset(pSavegameList, 0, 0x3138); - uNumSavegameFiles = 0; + uNumSavegameFiles = 0; _chdir("saves"); { - if (!bHideEmptySlots && _access(pGlobalTXT_LocalizationStrings[613], 0) != -1 ) + if (!bHideEmptySlots && _access(pGlobalTXT_LocalizationStrings[613], 0) != -1 ) // AutoSave.MM7 strcpy(pSavesNames[uNumSavegameFiles++], pGlobalTXT_LocalizationStrings[613]); for (uint i = 0; i < 40; ++i)