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