X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=078da1a3738cba03eeae82eadbe2c8d0711eca54;hb=bba1ac05e8c1854dc61bd737d228d9bc18bbb6ad;hp=fca50c1f846138168edd40cba990363ad49b6ea8;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index fca50c1..078da1a 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -21,10 +21,12 @@ struct GameState { Hero heroes[7]; Hero *party[4]; + int partySize; Inventory inventory; Uint32 money; + Uint32 time; };