]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.cpp
load capsule in battles created by MapState
[l2e.git] / src / common / GameState.cpp
index 91e8d4ab143a74dfb2747e66f0f7c4673c3a7502..b08724bd8ee1f7048bbe66feded18afecba9a6c3 100644 (file)
@@ -1,17 +1,16 @@
-/*
- * GameState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "GameState.h"
 
 namespace common {
 
 GameState::GameState()
-: money(0)
-, time(0) {
+: partySize(1)
+, capsule(0)
+, 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;