summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
-rw-r--r--src/main.h5
2 files changed, 4 insertions, 3 deletions
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