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 +} +