diff options
Diffstat (limited to 'engines/sci/engine/scriptdebug.cpp')
-rw-r--r-- | engines/sci/engine/scriptdebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp index c18a2c31db..1e5b25271d 100644 --- a/engines/sci/engine/scriptdebug.cpp +++ b/engines/sci/engine/scriptdebug.cpp @@ -2328,7 +2328,7 @@ const generic_config_flag_t SCIk_Debug_Names[SCIk_DEBUG_MODES] = { {"File I/O", 'F', (1 << 13)}, {"Time", 't', (1 << 14)}, {"Room numbers", 'r', (1 << 15)}, - {"SCI 0.3.3 kernel emulation", 'e', (1 << 16)}, + {"FreeSCI 0.3.3 kernel emulation", 'e', (1 << 16)}, {"Pathfinding", 'P', (1 << SCIkAVOIDPATH_NR)} } ; |