From e25b9848449f109487fdbab53f4e99c28b8d3214 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 2 Jan 2005 14:50:50 +0000 Subject: Don't load the weapon set, doesn't seem to be used at the moment even. --- src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c6690fea..a73f65eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -73,7 +73,6 @@ SERVER_INFO *server_info; PLAYER_INFO *char_info = new PLAYER_INFO; BITMAP *playerset, *hairset, *login_wallpaper; -DATAFILE *weaponset; char username[LEN_USERNAME]; char password[LEN_PASSWORD]; @@ -280,12 +279,6 @@ void init_engine() { error("Unable to load hairset bitmap"); } - // TODO: Remove datafile usage - weaponset = load_datafile("./data/graphic/weapon.dat"); - if (weaponset == NULL) { - error("Unable to load weaponset datafile"); - } - // TODO: Remove Allegro config file usage from GUI look init_gui(buffer, "./data/Skin/aqua.skin"); state = LOGIN; -- cgit v1.2.3-70-g09d2