summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-08-30 12:33:12 +0200
committerKess Vargavind <vargavind@gmail.com>2009-08-30 12:33:12 +0200
commit03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c (patch)
treeb4c894a5a81c6ea23759de8a731d1419e4ad2f37 /src
parent3d673326aedd568848e897590cb5cbb2a2a00b1b (diff)
downloadmana-client-03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c.tar.gz
mana-client-03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c.tar.bz2
mana-client-03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c.tar.xz
mana-client-03e5eaec783ed1519a7552cc69a0a2d3cf5ccf0c.zip
Tweak to previous commit
Now when I've wakened up I realize I could have used a more sane check.
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 55eb9581..63ba2241 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1575,7 +1575,7 @@ int main(int argc, char *argv[])
}
delete guiPalette;
-#ifndef TMWSERV_SUPPORT
+#ifdef EATHENA_SUPPORT
delete network;
#endif