Some more FreeSCI <-> SCI changes
svn-id: r39808
This commit is contained in:
parent
c4e054848e
commit
c92210296e
3 changed files with 3 additions and 3 deletions
|
@ -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)}
|
||||
} ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue