]> 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 7992d43980e0a9888835e3c7dba8793079e8b4ed..b08724bd8ee1f7048bbe66feded18afecba9a6c3 100644 (file)
@@ -1,16 +1,16 @@
-/*
- * GameState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "GameState.h"
 
 namespace common {
 
 GameState::GameState()
-: money(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;