do this with PlayerJoinedMessageCommand
This commit is contained in:
@@ -36,8 +36,6 @@ void ScreenContinue::Input( const InputEventPlus &input )
|
|||||||
|
|
||||||
if( input.MenuI == MENU_BUTTON_START && input.type == IET_FIRST_PRESS && GAMESTATE->JoinInput(input.pn) )
|
if( input.MenuI == MENU_BUTTON_START && input.type == IET_FIRST_PRESS && GAMESTATE->JoinInput(input.pn) )
|
||||||
{
|
{
|
||||||
SCREENMAN->PlayStartSound();
|
|
||||||
|
|
||||||
bool bAllPlayersAreEnabled = true;
|
bool bAllPlayersAreEnabled = true;
|
||||||
FOREACH_ENUM( PlayerNumber, p )
|
FOREACH_ENUM( PlayerNumber, p )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user