aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocab_debug.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2009-05-19 11:30:51 +0000
committerWalter van Niftrik2009-05-19 11:30:51 +0000
commit4d59f620f9fdc1dfd7ccd6c7d30a0b5de480eb20 (patch)
tree5f1ed94ad4ed5a8b795e7d7546578afbe22fdf02 /engines/sci/vocab_debug.cpp
parent42cd21840055d97315eac8b78f110010e5270d2d (diff)
downloadscummvm-rg350-4d59f620f9fdc1dfd7ccd6c7d30a0b5de480eb20.tar.gz
scummvm-rg350-4d59f620f9fdc1dfd7ccd6c7d30a0b5de480eb20.tar.bz2
scummvm-rg350-4d59f620f9fdc1dfd7ccd6c7d30a0b5de480eb20.zip
SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.
svn-id: r40724
Diffstat (limited to 'engines/sci/vocab_debug.cpp')
-rw-r--r--engines/sci/vocab_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/vocab_debug.cpp b/engines/sci/vocab_debug.cpp
index fc639b4853..aecbdd9814 100644
--- a/engines/sci/vocab_debug.cpp
+++ b/engines/sci/vocab_debug.cpp
@@ -285,7 +285,7 @@ static const char *sci1_default_knames[SCI1_KNAMES_DEFAULT_ENTRIES_NR] = {
/*0x82*/ "TextFonts",
/*0x83*/ "Record",
/*0x84*/ "PlayBack",
- /*0x85*/ SCRIPT_UNKNOWN_FUNCTION_STRING,
+ /*0x85*/ "ShowMovie",
/*0x86*/ "SetVideoMode",
/*0x87*/ "SetQuitStr",
/*0x88*/ "DbugStr"