aboutsummaryrefslogtreecommitdiff
path: root/saga/palanim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/palanim.cpp')
-rw-r--r--saga/palanim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/palanim.cpp b/saga/palanim.cpp
index c763680444..860333d8c5 100644
--- a/saga/palanim.cpp
+++ b/saga/palanim.cpp
@@ -56,7 +56,7 @@ int PalAnim::loadPalAnim(const byte *resdata, size_t resdata_len) {
MemoryReadStream readS(resdata, resdata_len);
- if (GAME_GetGameType() == R_GAMETYPE_IHNM) {
+ if (GAME_GetGameType() == GID_IHNM) {
return R_SUCCESS;
}