diff options
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r-- | engines/agi/agi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 5bc577bcca..5409f3e938 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -82,7 +82,6 @@ typedef signed int Err; #define MSG_BOX_LINE 0x04 /* Red */ #define STATUS_FG 0x00 /* Black */ #define STATUS_BG 0x0f /* White */ -#define PATCH_LOGIC /* disable copy protection on some games */ #define ADD_PIC 1 #define ADD_VIEW 2 @@ -653,7 +652,6 @@ public: int decodeLogic(int); void unloadLogic(int); int runLogic(int); - void patchLogic(int n); void debugConsole(int, int, const char *); int testIfCode(int); |