Needs name.

This commit is contained in:
Josh Allen
2008-03-23 22:06:30 +00:00
parent 73e8ac3498
commit cf7052028b
+2 -1
View File
@@ -68,7 +68,8 @@ void ScreenNetRoom::Init()
//Since the room info meter does not start active, and it
//is activated by code elsewhere, it should not be put on
//screen to begin with. m_roomInfo.SetName( "RoomInfoDisplay" );
//screen to begin with
m_roomInfo.SetName( "RoomInfoDisplay" );
m_roomInfo.Load( "RoomInfoDisplay" );
m_roomInfo.SetDrawOrder( 1 );
this->AddChild( &m_roomInfo );