From 0259c8d56cb54d7b058cdeff4d27d7fd371c07f1 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Thu, 24 Mar 2005 19:56:46 +0000 Subject: Should fix the last commit --- src/gui/char_select.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 4e31a769..431297e9 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -27,6 +27,7 @@ #include "ok_dialog.h" #include "../graphics.h" #include "../net/protocol.h" +#include "../resources/resourcemanager.h" #include #define NR_HAIR_STYLES 4 @@ -102,6 +103,10 @@ CharSelectDialog::CharSelectDialog(): selectButton->requestFocus(); setLocationRelativeTo(getParent()); + + ResourceManager *resman = ResourceManager::getInstance(); + login_wallpaper = resman->getImage( + "core/graphics/images/char_wallpaper.png"); } CharSelectDialog::~CharSelectDialog() @@ -217,7 +222,7 @@ void CharSelectDialog::serverCharSelect() } char_ID = RFIFOL(2); memset(map_path, '\0', 480); - strcat(map_path, "./core/maps/"); + strcat(map_path, "./data/map/"); strncat(map_path, RFIFOP(6), 479 - strlen(map_path)); map_address = RFIFOL(22); map_port = RFIFOW(26); -- cgit v1.2.3-70-g09d2