X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=078da1a3738cba03eeae82eadbe2c8d0711eca54;hb=89aa9fbc77d72e98549bc3aabd7ced7cd8949bdc;hp=0ef442b200cf008ef7de28dbff702f9a8cc580e0;hpb=aedf4ae020e3c811341df79ceae63ca56fb7ce83;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index 0ef442b..078da1a 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -21,6 +21,7 @@ struct GameState { Hero heroes[7]; Hero *party[4]; + int partySize; Inventory inventory;