diff options
-rw-r--r-- | engines/cryomni3d/cryomni3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h index fa60cdbfd7..20f8371147 100644 --- a/engines/cryomni3d/cryomni3d.h +++ b/engines/cryomni3d/cryomni3d.h @@ -69,7 +69,7 @@ enum CryOmni3DGameType { enum CryOmni3DGameFeatures { GF_VERSAILLES_NUMERICFONTS = (1 << 0), // Fonts are font01.crf, ... - GF_VERSAILLES_AUDIOPADDING = (1 << 1), // Audio files have underscore padding before extension + GF_VERSAILLES_AUDIOPADDING = (1 << 1) // Audio files have underscore padding before extension }; struct CryOmni3DGameDescription; |