summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-06-13 12:50:35 -0600
committerJared Adams <jaxad0127@gmail.com>2010-06-13 12:54:54 -0600
commit48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24 (patch)
tree2b398887b1e0259362368e0b64af874909fb0dcc /src/gui
parent66fa5b45e5b9d8ed1838f2ea336771cc1839cf92 (diff)
downloadMana-48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24.tar.gz
Mana-48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24.tar.bz2
Mana-48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24.tar.xz
Mana-48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24.zip
Handle char-server login errors better
Also fix a small compilation error sometimes reported. Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/serverdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp
index 8d84015f..0762b00f 100644
--- a/src/gui/serverdialog.cpp
+++ b/src/gui/serverdialog.cpp
@@ -25,6 +25,7 @@
#include "configuration.h"
#include "gui.h"
#include "log.h"
+#include "main.h"
#include "gui/okdialog.h"
#include "gui/sdlinput.h"