aboutsummaryrefslogtreecommitdiff
path: root/saga/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.cpp')
-rw-r--r--saga/script.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index b68c19d95b..260c4f8339 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -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");