diff options
-rw-r--r-- | engines/simon/charset.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp index ad25a1ca13..0ecdebff07 100644 --- a/engines/simon/charset.cpp +++ b/engines/simon/charset.cpp @@ -1305,9 +1305,8 @@ void SimonEngine::video_putchar_drawchar(WindowBlock *window, uint x, uint y, by byte color, *dst; uint h, i; - // FIXME - //if (_noOracleScroll) - // return; + if (_noOracleScroll) + return; _lockWord |= 0x8000; |