]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / common / GameState.cpp
index 91e8d4ab143a74dfb2747e66f0f7c4673c3a7502..2d9fd3e72ff6ac00f7a491d73dd165a44ec1ac8f 100644 (file)
@@ -1,17 +1,15 @@
-/*
- * GameState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "GameState.h"
 
 namespace common {
 
 GameState::GameState()
-: money(0)
-, time(0) {
+: partySize(1)
+, money(0)
+, time(0)
+, messageSpeed(MESSAGE_SPEED_NORMAL)
+, battleCursor(CURSOR_CLEAR)
+, statusCursor(CURSOR_CLEAR)
+, music(MUSIC_STEREO) {
        party[0] = heroes;
        party[1] = 0;
        party[2] = 0;