summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-25 20:34:29 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-25 20:34:29 +0000
commit2b13553c603fa52d72bd1baa52f34544d47babdb (patch)
treeb9c62e21f46bd76f7b2e94fd6a00a07351ddbcfe /src/gui/playerbox.cpp
parent56c77400a6822e5a84aa4bb1c3842b35ef14e9ea (diff)
downloadmana-client-2b13553c603fa52d72bd1baa52f34544d47babdb.tar.gz
mana-client-2b13553c603fa52d72bd1baa52f34544d47babdb.tar.bz2
mana-client-2b13553c603fa52d72bd1baa52f34544d47babdb.tar.xz
mana-client-2b13553c603fa52d72bd1baa52f34544d47babdb.zip
Moved datafiles in unified structure.
Diffstat (limited to 'src/gui/playerbox.cpp')
-rw-r--r--src/gui/playerbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/playerbox.cpp b/src/gui/playerbox.cpp
index 09691b82..ffabe057 100644
--- a/src/gui/playerbox.cpp
+++ b/src/gui/playerbox.cpp
@@ -35,7 +35,7 @@ PlayerBox::PlayerBox():
// Load the background skin
ResourceManager *resman = ResourceManager::getInstance();
- Image *textbox = resman->getImage("core/graphics/gui/textbox.png");
+ Image *textbox = resman->getImage("graphics/gui/textbox.png");
int bggridx[4] = {0, 9, 16, 25};
int bggridy[4] = {0, 4, 19, 24};
int a = 0, x, y;