Fixed a mistake in previous commit.

This commit is contained in:
Andrew Livy
2009-04-29 21:11:54 +00:00
parent 12c7a14dfe
commit 8279b02d8a
+2 -1
View File
@@ -232,7 +232,7 @@ void ScreenSelectMaster::Init()
}
}
m_bDoubleChoiceNoSound = true;
m_bDoubleChoiceNoSound = false;
}
RString ScreenSelectMaster::GetDefaultChoice()
@@ -324,6 +324,7 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
{
FOREACH_HumanPlayer(p)
{
m_bDoubleChoiceNoSound = true;
m_bDoubleChoice[p] = true;
InputEventPlus iep;
iep.pn = p;