From 4d0b888e577db400a2c8e87157ffa17257074856 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 29 Jul 2008 00:50:56 +0000 Subject: Add magic dehacked comment to enable long cheat sequences (also for Chex Quest support) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1160 --- src/m_cheat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_cheat.h') diff --git a/src/m_cheat.h b/src/m_cheat.h index 893eff77..5de9f8bb 100644 --- a/src/m_cheat.h +++ b/src/m_cheat.h @@ -37,7 +37,7 @@ #define CHEAT(value, parameters) \ { value, sizeof(value) - 1, parameters, 0, 0, "" } -#define MAX_CHEAT_LEN 15 +#define MAX_CHEAT_LEN 25 #define MAX_CHEAT_PARAMS 5 typedef struct -- cgit v1.2.3