This commit is contained in:
Glenn Maynard
2006-09-14 08:05:40 +00:00
parent 3157bb77d4
commit 93844f840f
+2 -2
View File
@@ -252,8 +252,8 @@ bool Screen::JoinInput( const InputEventPlus &input )
if( GAMESTATE->m_iCoins < iCoinsNeededToJoin )
return false; // not enough coins
else
GAMESTATE->m_iCoins -= iCoinsNeededToJoin;
GAMESTATE->m_iCoins -= iCoinsNeededToJoin;
// HACK: Only play start sound for the 2nd player who joins. The
// start sound for the 1st player will be played by ScreenTitleMenu