diff options
author | Travis Howell | 2003-10-26 05:48:54 +0000 |
---|---|---|
committer | Travis Howell | 2003-10-26 05:48:54 +0000 |
commit | 3f6f1e3311827a4fff75b2a01cc6a41edea4b028 (patch) | |
tree | 3689c5dd9971d8b6c486aa41ea3c871acb501d10 /simon | |
parent | c7e723ceb4842b5e164e9475a28ecee72b93392a (diff) | |
download | scummvm-rg350-3f6f1e3311827a4fff75b2a01cc6a41edea4b028.tar.gz scummvm-rg350-3f6f1e3311827a4fff75b2a01cc6a41edea4b028.tar.bz2 scummvm-rg350-3f6f1e3311827a4fff75b2a01cc6a41edea4b028.zip |
Ooops
svn-id: r10973
Diffstat (limited to 'simon')
-rw-r--r-- | simon/items.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp index 4b922dcf57..11b79c729e 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -1291,8 +1291,7 @@ void SimonEngine::o_inventory_descriptions() { } } - if (_subtitles) - talk_with_speech(var200, vga_struct_id); + talk_with_speech(var200, vga_struct_id); } } else if (_game & GF_TALKIE) { |