]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.cpp
added (currently uninterpreted) config to state
[l2e.git] / src / common / GameState.cpp
index ee7b1b2b51fda40a979b8ead46526a0aadd0ae7c..480c305e94007441cb8ed137cd9f6fe3430ef6f5 100644 (file)
@@ -12,7 +12,11 @@ namespace common {
 GameState::GameState()
 : partySize(1)
 , money(0)
-, time(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;