aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/cryomni3d.h
diff options
context:
space:
mode:
authorLe Philousophe2019-10-20 17:51:55 +0200
committerLe Philousophe2019-11-16 20:43:41 +0100
commit18ee9fbc32f1af20fbf06f101e677a55dbc627da (patch)
treef61b474bb8f4c867c628d9a3117535d509778800 /engines/cryomni3d/cryomni3d.h
parent8254524d9ed8c33cb1a5c22a65c281372fac4c69 (diff)
downloadscummvm-rg350-18ee9fbc32f1af20fbf06f101e677a55dbc627da.tar.gz
scummvm-rg350-18ee9fbc32f1af20fbf06f101e677a55dbc627da.tar.bz2
scummvm-rg350-18ee9fbc32f1af20fbf06f101e677a55dbc627da.zip
CRYOMNI3D: Fix loading links with German Windows version
Diffstat (limited to 'engines/cryomni3d/cryomni3d.h')
-rw-r--r--engines/cryomni3d/cryomni3d.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h
index f28a28fdd6..d1b2e36d3d 100644
--- a/engines/cryomni3d/cryomni3d.h
+++ b/engines/cryomni3d/cryomni3d.h
@@ -75,7 +75,10 @@ enum CryOmni3DGameFeatures {
GF_VERSAILLES_FONTS_SET_C = (3 << 0), // Fonts for Italian version (Helvet12 is used for docs texts)
GF_VERSAILLES_AUDIOPADDING_NO = (0 << 2), // Audio files have underscore padding before extension
- GF_VERSAILLES_AUDIOPADDING_YES = (1 << 2) // Audio files have underscore padding before extension
+ GF_VERSAILLES_AUDIOPADDING_YES = (1 << 2), // Audio files have underscore padding before extension
+
+ GF_VERSAILLES_LINK_STANDARD = (0 << 3), // Links file is lien_doc.txt
+ GF_VERSAILLES_LINK_LOCALIZED = (1 << 3) // Links file is taken from cryomni3d.dat
};
struct CryOmni3DGameDescription;