summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0ef7289a..d113f3e4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -967,7 +967,7 @@ int main(int argc, char *argv[])
#ifdef TMWSERV_SUPPORT
Net::initialize();
- TmwServ::GeneralHandler *generalHandler = new TmwServ::GeneralHandler;
+ new TmwServ::GeneralHandler; // Currently registers itself
#else
SDLNet_Init();
Network *network = new Network;