X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.cpp;h=b08724bd8ee1f7048bbe66feded18afecba9a6c3;hb=d71217e2be1466726581146000a0f61620423e9b;hp=480c305e94007441cb8ed137cd9f6fe3430ef6f5;hpb=350055a7ff27c74882aff8a4d6af2014782f830b;p=l2e.git diff --git a/src/common/GameState.cpp b/src/common/GameState.cpp index 480c305..b08724b 100644 --- a/src/common/GameState.cpp +++ b/src/common/GameState.cpp @@ -1,16 +1,10 @@ -/* - * GameState.cpp - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #include "GameState.h" namespace common { GameState::GameState() : partySize(1) +, capsule(0) , money(0) , time(0) , messageSpeed(MESSAGE_SPEED_NORMAL)