rename DrawMainMenu -> DrawWidgets

This commit is contained in:
Chris Forbes
2010-03-16 20:39:02 +13:00
parent 358744c76a
commit 4231298f38
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenRA.Graphics
{
// what a hack. as soon as we have some real chrome stuff...
Game.chrome.DrawMainMenu(world);
Game.chrome.DrawWidgets(world);
switch( Game.orderManager.Connection.ConnectionState )
{
case ConnectionState.Connecting: