X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.cpp;h=b08724bd8ee1f7048bbe66feded18afecba9a6c3;hb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;hp=7992d43980e0a9888835e3c7dba8793079e8b4ed;hpb=06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea;p=l2e.git diff --git a/src/common/GameState.cpp b/src/common/GameState.cpp index 7992d43..b08724b 100644 --- a/src/common/GameState.cpp +++ b/src/common/GameState.cpp @@ -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;