Tidying.
This commit is contained in:
@@ -173,8 +173,7 @@ bool KSFLoader::LoadFromKSFFile( const RString &sPath, Steps &out, const Song &s
|
|||||||
|
|
||||||
if( sRowString.size() != 13 )
|
if( sRowString.size() != 13 )
|
||||||
{
|
{
|
||||||
if ((sRowString[0] == '|') &&
|
if( BeginsWith(sRowString, "|T") || BeginsWith(sRowString, "|B") || BeginsWith(sRowString, "|D") )
|
||||||
(sRowString[1] == 'T' || sRowString[1] == 'B' || sRowString[1] == 'D'))
|
|
||||||
{
|
{
|
||||||
LOG->Warn("File %s had Direct Move syntax %s which is currently unsupported; said part ignored",
|
LOG->Warn("File %s had Direct Move syntax %s which is currently unsupported; said part ignored",
|
||||||
sPath.c_str(), sRowString.c_str());
|
sPath.c_str(), sRowString.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user