From 79e803232438d41cce80467a97e9efde8e6c0c70 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 15 Feb 2009 11:29:40 +0000 Subject: Add configurable units system --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index a9cf5abf..a368ae5c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -51,6 +51,7 @@ #include "player_relations.h" #include "serverinfo.h" #include "sound.h" +#include "units.h" #include "gui/button.h" #include "gui/char_server.h" @@ -897,6 +898,8 @@ int main(int argc, char *argv[]) login_wallpaper->decRef(); login_wallpaper = ResourceManager::getInstance()-> getImage(wallpaperName); + // Load units + Units::loadUnits(); break; // Those states don't cause a network disconnect -- cgit v1.2.3-70-g09d2