Improvements to VictoryConditions, and Dead = Chat to all

This commit is contained in:
alzeih
2010-07-21 20:20:12 +12:00
parent d69267f71c
commit 8e2d422054
6 changed files with 43 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ namespace OpenRA.Widgets
{
class ChatDisplayWidget : Widget
{
const int logLength = 10;
const int logLength = 9;
public string Notification = "";
public bool DrawBackground = true;