comparison Player.h @ 232:c879446b4a22

inventory indexing fixed
author zipi
date Sun, 17 Feb 2013 15:04:56 +0100
parents a69fc44061d5
children 37dcbe8f3cca
comparison
equal deleted inserted replaced
231:a69fc44061d5 232:c879446b4a22
275 PlayerSpellbookChapter pSpiritSpellbook; 275 PlayerSpellbookChapter pSpiritSpellbook;
276 PlayerSpellbookChapter pMindSpellbook; 276 PlayerSpellbookChapter pMindSpellbook;
277 PlayerSpellbookChapter pBodySpellbook; 277 PlayerSpellbookChapter pBodySpellbook;
278 PlayerSpellbookChapter pLightSpellbook; 278 PlayerSpellbookChapter pLightSpellbook;
279 PlayerSpellbookChapter pDarkSpellbook; 279 PlayerSpellbookChapter pDarkSpellbook;
280 char _pad_0;
280 }; 281 };
281 struct 282 struct
282 { 283 {
283 PlayerSpellbookChapter pChapters[9]; 284 PlayerSpellbookChapter pChapters[9];
285 char _pad_1;
284 }; 286 };
285 }; 287 };
286 }; 288 };
287 #pragma pack(pop) 289 #pragma pack(pop)
288 290