aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2005-04-27 07:57:28 +0000
committerMax Horn2005-04-27 07:57:28 +0000
commitb407f0040edf88090ebe76cab20191c5dcb2065b (patch)
tree3961bd4570ac00180e64524975567d0f986a3ed5 /scumm
parente05d6e833154e3dea66e1cf63d4378aca13a54b0 (diff)
downloadscummvm-rg350-b407f0040edf88090ebe76cab20191c5dcb2065b.tar.gz
scummvm-rg350-b407f0040edf88090ebe76cab20191c5dcb2065b.tar.bz2
scummvm-rg350-b407f0040edf88090ebe76cab20191c5dcb2065b.zip
Fix comment (copy & paste are evil)
svn-id: r17833
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 46c2230121..e3d9fbf15b 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -113,7 +113,7 @@ enum GameFeatures {
/** HE games without cursor resources */
GF_HE_CURSORLESS = 1 << 12,
- /** HE games without cursor resources */
+ /** HE games for which localized versions exist */
GF_HE_LOCALIZED = 1 << 13,
/** Games with multiple versions */