From 731dfb8f3ca9c34e4160021cb221c3056c00dbf9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Nov 2008 14:33:14 +0000 Subject: finalized renaming from server namespace to dedicated --- src/osiriond.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osiriond.cc') diff --git a/src/osiriond.cc b/src/osiriond.cc index bd88df0..f38d553 100644 --- a/src/osiriond.cc +++ b/src/osiriond.cc @@ -4,7 +4,7 @@ the terms and conditions of the GNU General Public License version 2 */ -#include "server/server.h" +#include "dedicated/dedicated.h" #include "game/game.h" int main(int count, char **arguments) @@ -12,7 +12,7 @@ int main(int count, char **arguments) // preload the game module game::register_modules(false); - server::main(count, arguments); + dedicated::run(count, arguments); return 0; } -- cgit v1.2.3