aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorTravis Howell2006-04-03 11:35:02 +0000
committerTravis Howell2006-04-03 11:35:02 +0000
commit0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2 (patch)
treef7f36040550dd428839489b62e56ef831670ab2b /engines/scumm/he/intern_he.h
parent9f06a3bde6dbea21c110279858d5a69055c704f5 (diff)
downloadscummvm-rg350-0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2.tar.gz
scummvm-rg350-0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2.tar.bz2
scummvm-rg350-0e9b4ab17cb0b994c1c322e5710d8a639a7ae4f2.zip
GF_HE_CURSORLESS feature flag not required, since HE games always set a default cursor too.
svn-id: r21576
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index c319c319ac..281ecfa237 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -146,6 +146,7 @@ protected:
void appendSubstring(int dst, int src, int len2, int len);
virtual void setCursorFromImg(uint img, uint room, uint imgindex);
+ virtual void setDefaultCursor();
virtual void clearDrawQueues();
@@ -464,9 +465,6 @@ protected:
void copyHEPalette(int dstPalSlot, int srcPalSlot);
void copyHEPaletteColor(int palSlot, uint8 dstColor, uint8 srcColor);
-
- void setDefaultCursor();
-
protected:
/* HE version 90 script opcodes */
void o90_dup_n();