From 0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 3 Apr 2006 11:35:02 +0000 Subject: GF_HE_CURSORLESS feature flag not required, since HE games always set a default cursor too. svn-id: r21576 --- engines/scumm/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/cursor.cpp') diff --git a/engines/scumm/cursor.cpp b/engines/scumm/cursor.cpp index 812d70f60e..b9dd2302e3 100644 --- a/engines/scumm/cursor.cpp +++ b/engines/scumm/cursor.cpp @@ -184,7 +184,7 @@ void ScummEngine_v70he::setCursorFromImg(uint img, uint room, uint imgindex) { _resExtractor->setCursor(img); } -void ScummEngine_v90he::setDefaultCursor() { +void ScummEngine_v70he::setDefaultCursor() { const uint16 *src; int i, j; static byte palette[] = { 0xff, 0xff, 0xff, 0, -- cgit v1.2.3