diff options
| author | oy <Tom_Adams@web.de> | 2011-07-30 18:19:15 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-30 18:19:15 +0200 |
| commit | 0f11cf014c7a53c20d4432ea26af41123f9f2436 (patch) | |
| tree | a7a754f4523697006ca5c8d0f282610d95a5501b /src/engine/console.h | |
| parent | 7db6d1e0567ee439e67c83a0ef670db9b419cfb6 (diff) | |
| download | zcatch-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.h | 2 |
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, |