aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-09 20:13:30 +0000
committerMax Horn2005-04-09 20:13:30 +0000
commitd271b58aa78875983143c07facac596cd393f9f0 (patch)
tree5a8ef25f3d819e46027f4b02297e19761e1ae890 /scumm/scumm.h
parent909aab0693a1cd966ebc50a375ccd1f9b4868f58 (diff)
downloadscummvm-rg350-d271b58aa78875983143c07facac596cd393f9f0.tar.gz
scummvm-rg350-d271b58aa78875983143c07facac596cd393f9f0.tar.bz2
scummvm-rg350-d271b58aa78875983143c07facac596cd393f9f0.zip
Got rid of GF_NEW_OPCODES
svn-id: r17488
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 55c3d5868a..c8fb44477b 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -78,9 +78,6 @@ enum {
* Note that some of them could be replaced by checks for the SCUMM version.
*/
enum GameFeatures {
- /** Games with the new stack based opcodes (ScummEngine_v6 and subclasses). */
- GF_NEW_OPCODES = 1 << 0,
-
/** Games with the new camera system (ScummEngine_v7 and subclasses). */
GF_NEW_CAMERA = 1 << 1,