mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 05:30:53 +00:00
typo
svn-id: r18577
This commit is contained in:
parent
a4773084a5
commit
4f9dc0d515
@ -81,10 +81,10 @@ enum GameFeatures {
|
||||
/** Games with the new camera system (ScummEngine_v7 and subclasses). */
|
||||
GF_NEW_CAMERA = 1 << 1,
|
||||
|
||||
/** Games with the AKOS custome system (ScummEngine_v7 and subclasses, HE games). */
|
||||
/** Games with the AKOS costume system (ScummEngine_v7 and subclasses, HE games). */
|
||||
GF_NEW_COSTUMES = 1 << 2,
|
||||
|
||||
/** Games with digital IMUSE (ScummEngine_v7 and subclasses). */
|
||||
/** Games with digital iMUSE (ScummEngine_v7 and subclasses). */
|
||||
GF_DIGI_IMUSE = 1 << 3,
|
||||
|
||||
/** Games using XOR encrypted data files. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user