diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 00:22:12 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 00:22:12 +0000 |
commit | db8b740bfa402c929247efd954096fac7b72b2a3 (patch) | |
tree | 62164d11ad6ce852bb672298068b69f9b5b4de7e /src/main.cpp | |
parent | 4f49eb94ddf9d2f0f3c59560c761188d101bd5f8 (diff) | |
download | mana-db8b740bfa402c929247efd954096fac7b72b2a3.tar.gz mana-db8b740bfa402c929247efd954096fac7b72b2a3.tar.bz2 mana-db8b740bfa402c929247efd954096fac7b72b2a3.tar.xz mana-db8b740bfa402c929247efd954096fac7b72b2a3.zip |
Added possibility of length limitation to browserbox and used it for the chatlog (length set by the config option "ChatLogLength").
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 066041a4..9c8b6f4e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -234,6 +234,7 @@ void init_engine(const Options &options) config.setValue("fpslimit", 60); config.setValue("updatehost", "http://updates.themanaworld.org"); config.setValue("customcursor", 1); + config.setValue("ChatLogLength", 64); // Checking if the configuration file exists... otherwise creates it with // default options ! |