Bug #32 fixed (a little hacky)

This commit is contained in:
Alli
2010-02-04 21:58:13 +13:00
parent 7722ad17a2
commit 171ef0a77f
3 changed files with 14 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ namespace OpenRa.Graphics
{
world.WorldRenderer.Draw();
Game.chrome.Draw( world );
if( Game.orderManager.Connection.ConnectionState == ConnectionState.NotConnected )
Game.chrome.DrawDialog("Connection lost.");