diff options
Diffstat (limited to 'engines/sci/graphics/cursor.h')
-rw-r--r-- | engines/sci/graphics/cursor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/graphics/cursor.h b/engines/sci/graphics/cursor.h index ae3b51e26a..cb65398f4b 100644 --- a/engines/sci/graphics/cursor.h +++ b/engines/sci/graphics/cursor.h @@ -112,6 +112,13 @@ private: CursorCache _cachedCursors; bool _isVisible; + + // KQ6 Windows has different black and white cursors. If this is + // true (set from the sci_originalkq6wincursors ini setting), then + // we use these, and don't scale them by 2x like the rest of the + // graphics, like SSCI did. These look very ugly, which is why + // they aren't enabled by default. + bool _useOriginalKQ6WinCursors; }; } // End of namespace Sci |