diff options
Diffstat (limited to 'src/m_cheat.h')
-rw-r--r-- | src/m_cheat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |