summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/being/actorsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/actorsprite.cpp b/src/being/actorsprite.cpp
index 17d58539b..66b2b9f17 100644
--- a/src/being/actorsprite.cpp
+++ b/src/being/actorsprite.cpp
@@ -362,7 +362,7 @@ static const char *cursorSize(const int size)
void ActorSprite::initTargetCursor()
{
static const std::string targetCursorFile("%s/target-cursor-%s-%s.xml");
- const std::string path(branding.getStringValue("guiPath"));
+ const std::string path(Theme::getThemePath());
// Load target cursors
for (int size = TC_SMALL; size < NUM_TC; size++)