From 4f9dc0d5152d5c6881ce1f735689ce8bef3fd71f Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 23 Jul 2005 15:48:54 +0000 Subject: [PATCH] typo svn-id: r18577 --- scumm/scumm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/scumm.h b/scumm/scumm.h index dc532da3dc8..6af29e1287c 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. */