diff SaveLoad.cpp @ 4:8e33efd39355

15.01.13(work)
author Ritor1
date Tue, 15 Jan 2013 17:44:23 +0600
parents 9c0607679772
children 6ad816231528
line wrap: on
line diff
--- a/SaveLoad.cpp	Sun Jan 13 17:41:47 2013 +0600
+++ b/SaveLoad.cpp	Tue Jan 15 17:44:23 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)