comparison SaveLoad.h @ 376:615e6b6f55c2

Merge
author Gloval
date Fri, 22 Feb 2013 20:03:15 +0400
parents edd2d8b7e3c4
children a4a5996fea5b
comparison
equal deleted inserted replaced
375:c606cabd7cbf 376:615e6b6f55c2
6 #pragma pack(push, 1) 6 #pragma pack(push, 1)
7 struct SavegameList 7 struct SavegameList
8 { 8 {
9 void Initialize(unsigned int a1); 9 void Initialize(unsigned int a1);
10 10
11 inline void Reset()
12 {
13 for (int i = 0; i < 20; ++i)
14 field_0[i] = 0;
15 for (int i = 0; i < 44; ++i)
16 pSavesNames[i][0] = 0;
17 }
18
11 char field_0[20]; 19 char field_0[20];
12 char pSavesNames[40][280]; 20 char pSavesNames[44][280];
13 }; 21 };
14 #pragma pack(pop) 22 #pragma pack(pop)
15 23
16 24
17 /* 244 */ 25 /* 244 */