Merge pull request #185 from dguzek/master
allow button messages in SSM's SelectMenu
This commit is contained in:
@@ -572,7 +572,7 @@ bool ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if( input.type == IET_FIRST_PRESS && input.MenuI != GAME_BUTTON_SELECT )
|
if( input.type == IET_FIRST_PRESS && input.MenuI != GAME_BUTTON_SELECT )
|
||||||
{
|
{
|
||||||
Message msg("SelectMenuInput");
|
Message msg("SelectMenuInput");
|
||||||
msg.SetParam( "Player", input.pn );
|
msg.SetParam( "Player", input.pn );
|
||||||
|
|||||||
Reference in New Issue
Block a user