Added proper IHNM scripts lut and run scripts, though not much to see.

svn-id: r16509
This commit is contained in:
Eugene Sandulenko 2005-01-09 21:07:19 +00:00
parent 0e4711cb81
commit ce9f5bd29a
3 changed files with 6 additions and 8 deletions

View file

@ -271,10 +271,6 @@ int Script::loadScript(int script_num) {
uint32 voicelut_rn;
int result;
if (_vm->_gameType == GType_IHNM) {
return SUCCESS;
}
// Validate script number
if ((script_num < 0) || (script_num > _scriptLUTMax)) {
warning("Script::loadScript(): Invalid script number");