diff options
-rw-r--r-- | engines/sci/event.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/event.cpp b/engines/sci/event.cpp index 6c9e95a804..7931e8266b 100644 --- a/engines/sci/event.cpp +++ b/engines/sci/event.cpp @@ -42,6 +42,8 @@ EventManager::EventManager(bool fontIsExtended) : _fontIsExtended(fontIsExtended } else if (getSciVersion() <= SCI_VERSION_01) { _usesNewKeyboardDirectionType = false; } else { + // TODO: maybe this is even not needed at all and we can just use the old method for sci1early + // sq4 floppy doesn't have issues when using the old method although the keyboard driver is new // they changed this somewhere inbetween SCI1EGA/EARLY, so we need to check the size of the keyboard driver _usesNewKeyboardDirectionType = false; |