|
From: <kon...@us...> - 2013-06-18 11:20:04
|
Revision: 22813
http://sourceforge.net/p/bzflag/code/22813
Author: kongr45gpen
Date: 2013-06-18 11:20:00 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
Add maxScoreboardLines to the list of the default client BZDB variables
Modified Paths:
--------------
trunk/bzflag/src/bzflag/defaultBZDB.cxx
Modified: trunk/bzflag/src/bzflag/defaultBZDB.cxx
===================================================================
--- trunk/bzflag/src/bzflag/defaultBZDB.cxx 2013-06-17 21:02:10 UTC (rev 22812)
+++ trunk/bzflag/src/bzflag/defaultBZDB.cxx 2013-06-18 11:20:00 UTC (rev 22813)
@@ -187,6 +187,7 @@
{ "hideMottos", "0", true, StateDatabase::ReadWrite, NULL },
{ "mottoDispLen", "32", true, StateDatabase::ReadWrite, NULL },
{ "scoreboardSort", "0", true, StateDatabase::ReadWrite, NULL },
+ { "maxScoreboardLines", "0", true, StateDatabase::ReadWrite, NULL },
// listFilters
{ "listFilter", "", true, StateDatabase::ReadWrite, NULL },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|