rename RoomWheelData to RoomWheelItemData, move visual elements out of WheelItemBaseData

This commit is contained in:
Chris Danford
2008-02-15 10:02:58 +00:00
parent 1e5371285a
commit ddf2c4b957
6 changed files with 78 additions and 91 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ void RoomInfoDisplay::Load( RString sType )
m_state = LOCKED;
}
void RoomInfoDisplay::SetRoom( const RoomWheelData* roomData )
void RoomInfoDisplay::SetRoom( const RoomWheelItemData* roomData )
{
RequestRoomInfo(roomData->m_sText);