]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.h
load capsule in battles created by MapState
[l2e.git] / src / common / GameState.h
index bcaea523ab497d3cc376a4e87cdea7b5010c37ed..4e2570d8fb8ea90c336169cb8e6a6b1c2ebf161e 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef COMMON_GAMESTATE_H_
 #define COMMON_GAMESTATE_H_
 
+#include "Capsule.h"
 #include "Hero.h"
 #include "Inventory.h"
 
@@ -16,6 +17,9 @@ struct GameState {
        Hero *party[4];
        int partySize;
 
+       Capsule capsules[7];
+       Capsule *capsule;
+
        Inventory inventory;
 
        Uint32 money;