change the todo comment here to something more concrete

This commit is contained in:
AJ Kelly
2011-04-03 16:01:08 -05:00
parent 6a458cc836
commit 6e56c0e7f5
+1 -2
View File
@@ -809,8 +809,7 @@ void ScreenSelectMaster::MenuStart( const InputEventPlus &input )
mc.ApplyToAllPlayers(); mc.ApplyToAllPlayers();
// We want to be able to broadcast a Start message to the theme, in // We want to be able to broadcast a Start message to the theme, in
// case a themer wants to handle something. -aj // case a themer wants to handle something. -aj
// TODO: Find a way to differentiate this from the message below, for // TODO: Add a param to differentiate this from the message below.
// less ambiguousness?
MESSAGEMAN->Broadcast( (MessageID)(Message_MenuStartP1+pn) ); MESSAGEMAN->Broadcast( (MessageID)(Message_MenuStartP1+pn) );
return; return;
} }