diplomacy menu & stance changes

This commit is contained in:
Chris Forbes
2010-04-20 20:13:03 +12:00
parent 71f79d322d
commit 60f5e4d13e
9 changed files with 165 additions and 6 deletions

View File

@@ -130,9 +130,9 @@ namespace OpenRA.Graphics
}
Game.chrome.DrawWidgets(world);
if( Chrome.rootWidget.GetWidget( "SERVER_LOBBY" ).Visible )
if (Chrome.rootWidget.GetWidget("SERVER_LOBBY").Visible)
Game.chrome.DrawLobby();
else if( Chrome.rootWidget.GetWidget( "MAP_CHOOSER" ).Visible )
else if (Chrome.rootWidget.GetWidget("MAP_CHOOSER").Visible)
Game.chrome.DrawMapChooser();
Timer.Time( "widgets: {0}" );