From d271b58aa78875983143c07facac596cd393f9f0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 9 Apr 2005 20:13:30 +0000 Subject: Got rid of GF_NEW_OPCODES svn-id: r17488 --- scumm/scumm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm/scumm.h') 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, -- cgit v1.2.3