aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-02-05 09:34:35 +0000
committerTravis Howell2003-02-05 09:34:35 +0000
commitda26741452b9d07e384ed8e1e961bf0722917bcc (patch)
treeb6bead49c4ca9f5682483cee13602b867b28c085 /simon
parent465296ef4eb3915d0ca9afabf47824b69857b369 (diff)
downloadscummvm-rg350-da26741452b9d07e384ed8e1e961bf0722917bcc.tar.gz
scummvm-rg350-da26741452b9d07e384ed8e1e961bf0722917bcc.tar.bz2
scummvm-rg350-da26741452b9d07e384ed8e1e961bf0722917bcc.zip
Minor fix to last commmit
svn-id: r6586
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 53f355fa3f..333a32429a 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3235,6 +3235,7 @@ void SimonState::processSpecialKeys()
if (_game & GAME_SIMON2)
_exit_cutscene = true;
break;
+
case 't':
_vk_t_toggle ^= 1;
if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN && _vk_t_toggle)
@@ -3720,7 +3721,7 @@ void SimonState::video_putchar_newline(FillOrCopyStruct *fcs)
}
static const byte hebrew_video_font[] = {
- 0, 0, 0, 0, 0, 0, 0, 0, //4, 43, 0, 178, 0, 38, 0, 176,
+ 0, 0, 0, 0, 0, 0, 0, 0,
32, 112, 112, 32, 32, 0, 32, 0,
48, 48, 96, 0, 0, 0, 0, 0,
0, 144, 0, 96, 144, 144, 104, 0,