# HG changeset patch # User zipi # Date 1361108854 -3600 # Node ID a69fc44061d5dd632087249ba0f3bfc4a220e0d1 # Parent b9f4ff2f6c4576810988ad01813e8b59939379a0 remove padding PlayerSpells diff -r b9f4ff2f6c45 -r a69fc44061d5 Player.h --- a/Player.h Sun Feb 17 17:18:45 2013 +0400 +++ b/Player.h Sun Feb 17 14:47:34 2013 +0100 @@ -277,12 +277,10 @@ PlayerSpellbookChapter pBodySpellbook; PlayerSpellbookChapter pLightSpellbook; PlayerSpellbookChapter pDarkSpellbook; - char _pad_0; }; struct { PlayerSpellbookChapter pChapters[9]; - char _pad_1; }; }; };