SCI: Remove selector_name function, some cleanup

svn-id: r49966
This commit is contained in:
Max Horn 2010-06-17 23:13:30 +00:00
parent 337711d321
commit cfcbdf8656
5 changed files with 40 additions and 56 deletions

View file

@ -276,7 +276,7 @@ Common::Error SciEngine::run() {
#ifdef ENABLE_SCI32
}
#endif
_kernel->loadKernelNames(_features); // Must be called after game_init()
script_adjust_opcode_formats();