draw (widget-based) chrome ALL the time; this will show up dumbness really fast.

This commit is contained in:
Chris Forbes
2010-03-16 20:33:35 +13:00
parent 560019e15f
commit 358744c76a

View File

@@ -83,11 +83,9 @@ namespace OpenRA.Graphics
{ {
// what a hack. as soon as we have some real chrome stuff... // what a hack. as soon as we have some real chrome stuff...
Game.chrome.DrawMainMenu(world);
switch( Game.orderManager.Connection.ConnectionState ) switch( Game.orderManager.Connection.ConnectionState )
{ {
case ConnectionState.PreConnecting:
Game.chrome.DrawMainMenu( world );
break;
case ConnectionState.Connecting: case ConnectionState.Connecting:
Game.chrome.DrawDialog("Connecting to {0}:{1}...".F( Game.Settings.NetworkHost, Game.Settings.NetworkPort )); Game.chrome.DrawDialog("Connecting to {0}:{1}...".F( Game.Settings.NetworkHost, Game.Settings.NetworkPort ));
break; break;