about summary refs log tree commit diff
path: root/src/engine/console.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-07-30 18:19:15 +0200
committeroy <Tom_Adams@web.de>2011-07-30 18:19:15 +0200
commit0f11cf014c7a53c20d4432ea26af41123f9f2436 (patch)
treea7a754f4523697006ca5c8d0f282610d95a5501b /src/engine/console.h
parent7db6d1e0567ee439e67c83a0ef670db9b419cfb6 (diff)
downloadzcatch-0f11cf014c7a53c20d4432ea26af41123f9f2436.tar.gz
zcatch-0f11cf014c7a53c20d4432ea26af41123f9f2436.zip
increased length for help string of temporary commands
Diffstat (limited to 'src/engine/console.h')
-rw-r--r--src/engine/console.h2
1 files changed, 1 insertions, 1 deletions
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,