aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
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 */