Add: Most of the Net Room for SMOnline. There's only a little more to add.

This commit is contained in:
Charles Lohr
2004-11-21 07:05:18 +00:00
parent ed50b079b2
commit 3b0e39665d
5 changed files with 158 additions and 57 deletions
+3 -3
View File
@@ -235,8 +235,6 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
{
ScreenNetSelectBase::HandleScreenMessage( SM );
switch( SM )
{
case SM_GoToPrevScreen:
@@ -324,7 +322,9 @@ void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
NSMAN->ReportPlayerOptions();
break;
}
//Must be at end, as so it is last resort for SMOnline packets.
//If it doens't know what to do, then it'll just remove them.
ScreenNetSelectBase::HandleScreenMessage( SM );
}
void ScreenNetSelectMusic::MenuLeft( PlayerNumber pn, const InputEventType type )