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