From cebde93bab827db31ea77febfb99f56a3046d322 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 4 Dec 2003 04:58:06 +0000 Subject: [PATCH] Newline goodness. --- stepmania/src/Character.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/Character.cpp b/stepmania/src/Character.cpp index 5923ff50ad..7e8bcd0619 100644 --- a/stepmania/src/Character.cpp +++ b/stepmania/src/Character.cpp @@ -161,4 +161,5 @@ bool Character::Has2DElems() if( DoesFileExist(m_sCharDir + SLASH + "2DIdle" + SLASH + "BGAnimation.ini") ) // check 2D Idle BGAnim exists return true; return false; -} \ No newline at end of file +} +