diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-06-13 12:50:35 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-06-13 12:54:54 -0600 |
commit | 48fd3efab457b3ae35ca0a7df0f3d1ce59e54e24 (patch) | |
tree | 2b398887b1e0259362368e0b64af874909fb0dcc /src/gui/serverdialog.cpp | |
parent | 66fa5b45e5b9d8ed1838f2ea336771cc1839cf92 (diff) | |
download | mana-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/serverdialog.cpp')
-rw-r--r-- | src/gui/serverdialog.cpp | 1 |
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" |