diff options
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/vga.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp index 87792eb57f..13dd47515e 100644 --- a/engines/simon/vga.cpp +++ b/engines/simon/vga.cpp @@ -239,6 +239,8 @@ void SimonEngine::vc2_call() { const byte *vc_ptr_org; num = vcReadVarOrWord(); + if (getGameType() == GType_FF) + num &= 0xFFFF; old_file_1 = _curVgaFile1; old_file_2 = _curVgaFile2; |