aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index 963305a775..61558c0989 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -81,7 +81,8 @@ class Talk;
#define kSayTheEnd 41
enum GameType {
- kGameTypeSoltys = 0,
+ kGameTypeNone = 0,
+ kGameTypeSoltys,
kGameTypeSfinx
};