summaryrefslogtreecommitdiff
path: root/Cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Cursor.cpp')
-rw-r--r--Cursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cursor.cpp b/Cursor.cpp
index b74eda4..93549ca 100644
--- a/Cursor.cpp
+++ b/Cursor.cpp
@@ -50,8 +50,8 @@ void Cursor::draw()
stg.scale_x = _xscale;
stg.scale_y = _yscale;
set_color();
- LZR_DrawImageEx((down || erase) ? LZR_IMAGE("res005/cursor_down.bmp")
- : LZR_IMAGE("res005/cursor_up.bmp"),
+ LZR_DrawImageEx((down || erase) ? LZR_IMAGE("res/005/cursor_down.bmp")
+ : LZR_IMAGE("res/005/cursor_up.bmp"),
x, y, stg);
}