]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.cpp
added hero selection state + status stub
[l2e.git] / src / common / GameState.cpp
index 91e8d4ab143a74dfb2747e66f0f7c4673c3a7502..ee7b1b2b51fda40a979b8ead46526a0aadd0ae7c 100644 (file)
@@ -10,7 +10,8 @@
 namespace common {
 
 GameState::GameState()
-: money(0)
+: partySize(1)
+, money(0)
 , time(0) {
        party[0] = heroes;
        party[1] = 0;