This commit is contained in:
Glenn Maynard
2006-08-10 07:21:52 +00:00
parent 09da1f6398
commit b37fe30b31
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ void ScreenNetRoom::Init()
m_RoomWheel.Load("RoomWheel");
m_RoomWheel.SetName( "RoomWheel" );
SET_XY( m_RoomWheel );
m_RoomWheel.TweenOnScreen();
ON_COMMAND( m_RoomWheel );
m_RoomWheel.SetDrawOrder(1);
this->AddChild( &m_RoomWheel );
this->MoveToHead( &m_RoomWheel );