From c4e054848e8c21aa982d32b1eca9daafbd904a55 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 3 Apr 2009 08:10:58 +0000 Subject: Changed some references from "FreeSCI" to "SCI" or "ScummVM" svn-id: r39807 --- engines/sci/engine/scriptdebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine/scriptdebug.cpp') diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp index 1e5b25271d..c18a2c31db 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)}, - {"FreeSCI 0.3.3 kernel emulation", 'e', (1 << 16)}, + {"SCI 0.3.3 kernel emulation", 'e', (1 << 16)}, {"Pathfinding", 'P', (1 << SCIkAVOIDPATH_NR)} } ; -- cgit v1.2.3