From 0b18320693dd428e01ab9810d3bb4e18858c43d2 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Sun, 17 May 2009 05:13:29 +0200 Subject: Init state variable to make valgrind happy. (cherry picked from commit 9b4d924d74587f489ac8141134b1c504e54a0684) --- src/main.cpp | 2 +- src/main.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 3c98ed27..bc010d30 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -161,7 +161,7 @@ extern Net::Connection *accountServerConnection; Graphics *graphics; Game *game = 0; -unsigned char state; +unsigned char state = STATE_NULL; std::string errorMessage; Sound sound; diff --git a/src/main.h b/src/main.h index 49a034f5..a3894d13 100644 --- a/src/main.h +++ b/src/main.h @@ -107,15 +107,16 @@ enum { STATE_LOGOUT_ATTEMPT, STATE_CONNECT_GAME, STATE_WAIT, - STATE_FORCE_QUIT + STATE_FORCE_QUIT, #else STATE_ACCOUNT, STATE_CHAR_CONNECT, STATE_CHAR_SERVER, STATE_CHAR_NEW, STATE_CHAR_DEL, - STATE_CONNECTING + STATE_CONNECTING, #endif + STATE_NULL }; /* length definitions for several char[]s in order -- cgit v1.2.3-70-g09d2