Newline goodness.

This commit is contained in:
Jason Felds
2003-12-04 04:58:06 +00:00
parent cde21af7c6
commit cebde93bab
+2 -1
View File
@@ -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;
}
}