From 018bea9e030b2050ea253009206fd542aba400cc Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 15 Jan 2004 00:49:59 +0000 Subject: [PATCH] Newline again. --- stepmania/src/GameState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 7295840c03..a1d220aac8 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -1264,4 +1264,5 @@ bool GameState::IsTimeToPlayAttractSounds() return false; m_iNumTimesThroughAttract %= PREFSMAN->m_iAttractSoundFrequency; return m_iNumTimesThroughAttract==0; -} \ No newline at end of file +} +