From b407f0040edf88090ebe76cab20191c5dcb2065b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 27 Apr 2005 07:57:28 +0000 Subject: Fix comment (copy & paste are evil) svn-id: r17833 --- scumm/scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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 */ -- cgit v1.2.3