diff --git a/stepmania/src/RoomInfoDisplay.cpp b/stepmania/src/RoomInfoDisplay.cpp index 2d0f9e59b9..bd6199876e 100644 --- a/stepmania/src/RoomInfoDisplay.cpp +++ b/stepmania/src/RoomInfoDisplay.cpp @@ -1,4 +1,5 @@ #include "global.h" +#if !defined(WITHOUT_NETWORKING) #include "RoomInfoDisplay.h" #include "ActorUtil.h" #include "NetworkSyncManager.h" @@ -195,6 +196,7 @@ void RoomInfoDisplay::SetRoomInfo( const RoomInfo& info) m_state = CLOSED; m_deployDelay.Touch(); } +#endif /* * (c) 2006 Josh Allen