From fa911540823e544b70e1daa7d79214c088c17012 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Tue, 4 Jun 2013 23:46:40 -0400 Subject: [PATCH] Revert "Forgot this one." This reverts commit de396800d84f5f7b48341704422201786e112dae. --- src/GameCommand.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GameCommand.cpp b/src/GameCommand.cpp index 8944c5be66..d8cf71b693 100644 --- a/src/GameCommand.cpp +++ b/src/GameCommand.cpp @@ -451,6 +451,8 @@ bool GameCommand::IsPlayable( RString *why ) const if ( m_pStyle ) { + int iCredits = NUM_PLAYERS; // not iNumCreditsPaid + /* If both sides are joined, disallow singles modes, since easy to select * them accidentally, instead of versus mode. */ if( m_pStyle->m_StyleType == StyleType_OnePlayerOneSide &&