400ms between NotesWillCross messages

This commit is contained in:
Chris Danford
2006-04-04 21:45:10 +00:00
parent 955ccd8699
commit 16ecd09b9b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2013,7 +2013,7 @@ void ScreenGameplay::SendCrossedMessages()
{
const int NUM_MESSAGES_TO_SEND = 4;
const float MESSAGE_SPACING_SECONDS = 0.5f;
const float MESSAGE_SPACING_SECONDS = 0.4f;
PlayerNumber pn = PLAYER_INVALID;
FOREACH_EnabledPlayerNumberInfo( m_vPlayerInfo, pi )