Home
last modified time | relevance | path

Searched refs:MESSAGE_LIST_SIZE_CAP (Results 1 – 2 of 2) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmain.hpp158 static const int MESSAGE_LIST_SIZE_CAP = 100; //Cap off the message in-game log to 100 messages. Ot… variable
H A Dnet.cpp293 while ( list_Size(&messages) > MESSAGE_LIST_SIZE_CAP ) in messagePlayerColor()