aboutsummaryrefslogtreecommitdiff
path: root/saga/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.cpp')
-rw-r--r--saga/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 7411f5b002..d2b25f699e 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -173,7 +173,7 @@ int Script::loadScript(int script_num) {
uint32 voicelut_rn;
int result;
- if (GAME_GetGameType() == R_GAMETYPE_IHNM) {
+ if (GAME_GetGameType() == GID_IHNM) {
return R_SUCCESS;
}