diff Player.h @ 232:c879446b4a22

inventory indexing fixed
author zipi
date Sun, 17 Feb 2013 15:04:56 +0100
parents a69fc44061d5
children 37dcbe8f3cca
line wrap: on
line diff
--- a/Player.h	Sun Feb 17 14:47:34 2013 +0100
+++ b/Player.h	Sun Feb 17 15:04:56 2013 +0100
@@ -277,10 +277,12 @@
       PlayerSpellbookChapter pBodySpellbook;
       PlayerSpellbookChapter pLightSpellbook;
       PlayerSpellbookChapter pDarkSpellbook;
+      char _pad_0;
     };
     struct
     {
       PlayerSpellbookChapter pChapters[9];
+      char _pad_1;
     };
   };
 };