aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorGregory Montoir2005-07-23 15:48:54 +0000
committerGregory Montoir2005-07-23 15:48:54 +0000
commit4f9dc0d5152d5c6881ce1f735689ce8bef3fd71f (patch)
tree2c59affbfab3b5b2bcfb10c4c9cd559667efa712 /scumm
parenta4773084a58d5e06e6a45a99558d7853e98ff52a (diff)
downloadscummvm-rg350-4f9dc0d5152d5c6881ce1f735689ce8bef3fd71f.tar.gz
scummvm-rg350-4f9dc0d5152d5c6881ce1f735689ce8bef3fd71f.tar.bz2
scummvm-rg350-4f9dc0d5152d5c6881ce1f735689ce8bef3fd71f.zip
typo
svn-id: r18577
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index dc532da3dc..6af29e1287 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -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. */