From fd778219e40c5fbb4d0af1839cbc313caaf10d9d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 28 Sep 2008 15:05:13 +0000 Subject: move base game module to new subdirectory --- src/osirion.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/osirion.cc') diff --git a/src/osirion.cc b/src/osirion.cc index 2f0a5eb..71bd1ec 100644 --- a/src/osirion.cc +++ b/src/osirion.cc @@ -9,14 +9,11 @@ int main(int count, char **arguments) { - // preload the game module - core::Module::load(new game::Game()); + // load the game modules + game::register_modules(true); client::client_main(count, arguments); - // unload the game module - core::Module::unload(); - return 0; } -- cgit v1.2.3