add pref "DelayedCreditsReconcile"

This commit is contained in:
Chris Danford
2004-05-07 08:08:11 +00:00
parent af65f9640c
commit 16d8574260
4 changed files with 47 additions and 5 deletions
+2 -1
View File
@@ -144,7 +144,8 @@ void ScreenSelect::Input( const DeviceInput& DeviceI, const InputEventType type,
{
// LOG->Trace( "ScreenSelect::Input()" );
if( Screen::JoinInput(DeviceI, type, GameI, MenuI, StyleI) )
if( MenuI.button == MENU_BUTTON_COIN ||
Screen::JoinInput(DeviceI, type, GameI, MenuI, StyleI) )
{
this->UpdateSelectableChoices();
return; // don't let the screen handle the MENU_START press