aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/cursor.cpp')
-rw-r--r--engines/scumm/cursor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/scumm/cursor.cpp b/engines/scumm/cursor.cpp
index 22e13c8b01..d55a22a085 100644
--- a/engines/scumm/cursor.cpp
+++ b/engines/scumm/cursor.cpp
@@ -468,12 +468,6 @@ void ScummEngine_v2::setBuiltinCursor(int idx) {
}
void ScummEngine_v5::resetCursors() {
- // All "classic" games (V5 and older) encrypted their data files
- // with exception of the GF_OLD256 games and the PC-Engine version
- // of Loom.
- if (!(_game.features & GF_OLD256) && _game.platform != Common::kPlatformPCEngine)
- _game.features |= GF_USE_KEY;
-
static const uint16 default_cursor_images[4][16] = {
/* cross-hair */
{ 0x0080, 0x0080, 0x0080, 0x0080, 0x0080, 0x0080, 0x0000, 0x7e3f,