diff options
Diffstat (limited to 'saga/rscfile.cpp')
-rw-r--r-- | saga/rscfile.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/rscfile.cpp b/saga/rscfile.cpp index e39ad522f5..8053f640d1 100644 --- a/saga/rscfile.cpp +++ b/saga/rscfile.cpp @@ -253,6 +253,9 @@ int RSC_LoadResource(RSCFILE_CONTEXT *rsc, uint32 res_num, byte **res_p, size_t break; } + if (!(_vm->_features & GF_WYRMKEEP)) + substnum = -1; + if (substnum != -1) { File in; |