aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-10 07:48:32 +0000
committerFilippos Karapetis2010-06-10 07:48:32 +0000
commit50c1f4e545dde784341eebf6eb8cd6d3ce0751b7 (patch)
tree5600a3e14ec329afaff300b2809c0b0f9693a081 /engines/sci/sci.h
parentabc5f97608952d4d1f43c736ecd31f23d0aecb8c (diff)
downloadscummvm-rg350-50c1f4e545dde784341eebf6eb8cd6d3ce0751b7.tar.gz
scummvm-rg350-50c1f4e545dde784341eebf6eb8cd6d3ce0751b7.tar.bz2
scummvm-rg350-50c1f4e545dde784341eebf6eb8cd6d3ce0751b7.zip
Moved the MoveCountType enum above the GameFeatures class, as it's the only class using it
svn-id: r49561
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 43e9c88da9..4e6be667f1 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -118,12 +118,6 @@ enum SciVersion {
SCI_VERSION_3 // LSL7, RAMA, Lighthouse
};
-enum MoveCountType {
- kMoveCountUninitialized,
- kIgnoreMoveCount,
- kIncrementMoveCount
-};
-
/** Supported languages */
enum kLanguage {
K_LANG_NONE = 0,