]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameConfig.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / common / GameConfig.cpp
index b35e99161d437b19ff05c2888e97831be641d3c3..c743cdfd7e505b448adf6eec2d3006b327c025ba 100644 (file)
@@ -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) {
 
 }