From 0f11cf014c7a53c20d4432ea26af41123f9f2436 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 30 Jul 2011 18:19:15 +0200 Subject: increased length for help string of temporary commands --- src/engine/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/console.h') diff --git a/src/engine/console.h b/src/engine/console.h index 5d3f2811..0abf4ad2 100644 --- a/src/engine/console.h +++ b/src/engine/console.h @@ -21,7 +21,7 @@ public: ACCESS_LEVEL_MOD, TEMPCMD_NAME_LENGTH=32, - TEMPCMD_HELP_LENGTH=64, + TEMPCMD_HELP_LENGTH=96, TEMPCMD_PARAMS_LENGTH=16, MAX_PRINT_CB=4, -- cgit 1.4.1