add basic bookkeeping

This commit is contained in:
Chris Danford
2003-10-13 08:33:39 +00:00
parent d8b681dfd5
commit ddf14995ce
8 changed files with 664 additions and 7 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ void ScreenAttract::AttractInput( const DeviceInput& DeviceI, const InputEventTy
case COIN_HOME:
case COIN_FREE:
SOUND->StopMusic();
/* We already played the it was a coin was inserted. Don't play it again. */
/* We already played the coin sound. Don't play it again. */
if( MenuI.button != MENU_BUTTON_COIN )
SOUND->PlayOnce( THEME->GetPathToS("Common coin") );
SDL_Delay( 800 ); // do a little pause, like the arcade does