aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
authoruruk2014-04-25 17:34:38 +0200
committeruruk2014-04-25 17:34:38 +0200
commitb429e746a7ba8f745225952b8a632c5cd9b2f8f0 (patch)
treee66f796cd4e1092bae6f27cd12d6d55d99e03a6a /engines/cge/cge.h
parent2141c99b59945401508628bd2701beb08aeb7cf5 (diff)
downloadscummvm-rg350-b429e746a7ba8f745225952b8a632c5cd9b2f8f0.tar.gz
scummvm-rg350-b429e746a7ba8f745225952b8a632c5cd9b2f8f0.tar.bz2
scummvm-rg350-b429e746a7ba8f745225952b8a632c5cd9b2f8f0.zip
CGE2: Remove detection of Sfinx from CGE1.
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index a65069ff46..c43358f252 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -80,12 +80,6 @@ class Talk;
#define kSayTheEnd 41
-enum GameType {
- kGameTypeNone = 0,
- kGameTypeSoltys,
- kGameTypeSfinx
-};
-
// our engine debug channels
enum {
kCGEDebugBitmap = 1 << 0,