]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.cpp
added party menu state stub
[l2e.git] / src / common / GameConfig.cpp
index b35e99161d437b19ff05c2888e97831be641d3c3..6673a326686a90200ae10f9c370add18233dc0c2 100644 (file)
@@ -12,7 +12,8 @@ namespace common {
 GameConfig::GameConfig()
 : state(0)
 , battleResources(0)
-, heroesLayout(0) {
+, heroesLayout(0)
+, menuResources(0) {
 
 }