Load the commands. Not tested.

This commit is contained in:
Steve Checkoway
2007-04-21 23:51:24 +00:00
parent 2d6c04e4f3
commit f224db5ce6
+1
View File
@@ -69,6 +69,7 @@ void ScreenNetRoom::Init()
m_roomInfo.SetName( "RoomInfoDisplay" );
m_roomInfo.Load( "RoomInfoDisplay" );
m_roomInfo.SetDrawOrder( 1 );
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND( m_roomInfo );
this->AddChild( &m_roomInfo );
this->SortByDrawOrder();