Mercurial > mm7
comparison Player.h @ 231:a69fc44061d5
remove padding PlayerSpells
author | zipi |
---|---|
date | Sun, 17 Feb 2013 14:47:34 +0100 |
parents | 30aa44013f7a |
children | c879446b4a22 |
comparison
equal
deleted
inserted
replaced
230:b9f4ff2f6c45 | 231:a69fc44061d5 |
---|---|
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; | |
281 }; | 280 }; |
282 struct | 281 struct |
283 { | 282 { |
284 PlayerSpellbookChapter pChapters[9]; | 283 PlayerSpellbookChapter pChapters[9]; |
285 char _pad_1; | |
286 }; | 284 }; |
287 }; | 285 }; |
288 }; | 286 }; |
289 #pragma pack(pop) | 287 #pragma pack(pop) |
290 | 288 |