X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameConfig.cpp;h=c743cdfd7e505b448adf6eec2d3006b327c025ba;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=b35e99161d437b19ff05c2888e97831be641d3c3;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/GameConfig.cpp b/src/common/GameConfig.cpp index b35e991..c743cdf 100644 --- a/src/common/GameConfig.cpp +++ b/src/common/GameConfig.cpp @@ -1,10 +1,3 @@ -/* - * GameConfig.cpp - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #include "GameConfig.h" namespace common { @@ -12,7 +5,8 @@ namespace common { GameConfig::GameConfig() : state(0) , battleResources(0) -, heroesLayout(0) { +, heroesLayout(0) +, menuResources(0) { }