]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.h
added hero selection state + status stub
[l2e.git] / src / common / GameState.h
index 0ef442b200cf008ef7de28dbff702f9a8cc580e0..078da1a3738cba03eeae82eadbe2c8d0711eca54 100644 (file)
@@ -21,6 +21,7 @@ struct GameState {
 
        Hero heroes[7];
        Hero *party[4];
+       int partySize;
 
        Inventory inventory;