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

@@ -423,7 +423,7 @@ namespace OpenRA
} }
public void DrawMainMenu(World world) { rootWidget.Draw(); } public void DrawWidgets(World world) { rootWidget.Draw(); }
public void DrawLobby( World world ) public void DrawLobby( World world )
{ {

View File

@@ -83,7 +83,7 @@ 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); Game.chrome.DrawWidgets(world);
switch( Game.orderManager.Connection.ConnectionState ) switch( Game.orderManager.Connection.ConnectionState )
{ {
case ConnectionState.Connecting: case ConnectionState.Connecting: