changeset 231:a69fc44061d5

remove padding PlayerSpells
author zipi
date Sun, 17 Feb 2013 14:47:34 +0100
parents b9f4ff2f6c45
children c879446b4a22
files Player.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
     };
   };
 };