Tabs to spaces

This commit is contained in:
Birunthan Mohanathas
2012-04-19 13:04:42 +03:00
parent dafb3af742
commit e5ede410bc
5 changed files with 17 additions and 17 deletions

View File

@ -193,9 +193,9 @@ void S3M::File::read(bool)
seek(96);
ushort realLength = 0;
for(ushort i = 0; i < length; ++ i) {
READ_BYTE_AS(order);
if(order == 255) break;
if(order != 254) ++ realLength;
READ_BYTE_AS(order);
if(order == 255) break;
if(order != 254) ++ realLength;
}
d->properties.setLengthInPatterns(realLength);