aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/res_cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/res_cursor.cpp')
-rw-r--r--engines/sci/gfx/res_cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gfx/res_cursor.cpp b/engines/sci/gfx/res_cursor.cpp
index f78134536c..9b3e64b8d5 100644
--- a/engines/sci/gfx/res_cursor.cpp
+++ b/engines/sci/gfx/res_cursor.cpp
@@ -53,7 +53,7 @@ gfx_pixmap_t *gfxr_draw_cursor(int id, byte *resource, int size, bool isSci01) {
colors[3] = 2;
if (size != CURSOR_RESOURCE_SIZE) {
- GFXERROR("Expected resource size of %d, but found %d\n", CURSOR_RESOURCE_SIZE, size);
+ error("Expected resource size of %d, but found %d", CURSOR_RESOURCE_SIZE, size);
return NULL;
}