comparison GameUIs.cpp @ 609:42d5777c2f47

Слияние
author Ritor1
date Wed, 06 Mar 2013 18:22:25 +0600
parents 797e1ec9fb83
children 735dab8d3c9a
comparison
equal deleted inserted replaced
608:653724e9c234 609:42d5777c2f47
187 // this_ = pSavegameThumbnails; 187 // this_ = pSavegameThumbnails;
188 // v8 = (char *)pSavegameList->pSavesNames; 188 // v8 = (char *)pSavegameList->pSavesNames;
189 for (uint i = 0; i < 40; ++i) 189 for (uint i = 0; i < 40; ++i)
190 { 190 {
191 v3 = pSavegameList->pFileList[i].pSaveFileName; 191 v3 = pSavegameList->pFileList[i].pSaveFileName;
192 if ( !pSavegameList->pFileList[i].pSaveFileName ) 192 if ( !*pSavegameList->pFileList[i].pSaveFileName )
193 v3 = "1.mm7"; 193 v3 = "1.mm7";
194 sprintf(pTmpBuf, "saves\\%s", v3); 194 sprintf(pTmpBuf, "saves\\%s", v3);
195 if ( _access(pTmpBuf, 0) || _access(pTmpBuf, 6) ) 195 if ( _access(pTmpBuf, 0) || _access(pTmpBuf, 6) )
196 { 196 {
197 pSavegameUsedSlots[i] = 0; 197 pSavegameUsedSlots[i] = 0;