summaryrefslogtreecommitdiffstats
path: root/src/mad.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-24 15:23:27 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-24 15:23:27 +0200
commitbea0bb0ff40dca9e5dba55c697c30e4fffaf0f66 (patch)
tree034ed13ba0214fb8d324cd56b1e1a207f5aff0ff /src/mad.cpp
parentfae8ca32af7407653d21f7cbc4e9ea79751faab8 (diff)
downloadmad-bea0bb0ff40dca9e5dba55c697c30e4fffaf0f66.tar
mad-bea0bb0ff40dca9e5dba55c697c30e4fffaf0f66.zip
Erlaube mehrere System-Backends
Diffstat (limited to 'src/mad.cpp')
-rw-r--r--src/mad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mad.cpp b/src/mad.cpp
index 309660d..ca4682f 100644
--- a/src/mad.cpp
+++ b/src/mad.cpp
@@ -46,7 +46,7 @@ int main() {
Common::RequestManager::init(false);
Common::RequestManager::getRequestManager()->registerPacketType<Common::RequestHandlers::StatusRequestHandler>(Net::Packet::STATUS);
- Common::Backends::SystemBackendProc::useBackend();
+ Common::Backends::SystemBackendProc::registerBackend();
Net::ClientConnection *connection = new Net::ClientConnection;