fix compile
This commit is contained in:
@@ -14,7 +14,7 @@ CString NotesWriterDWI::NotesToDWIString( const TapNote cNoteCols[6] )
|
|||||||
CString taps, holds, ret;
|
CString taps, holds, ret;
|
||||||
for( int col = 0; col < 6; ++col )
|
for( int col = 0; col < 6; ++col )
|
||||||
{
|
{
|
||||||
if( cNoteCols[col] == TAP_EMPTY || cNoteCols[col] == TAP_MINEs )
|
if( cNoteCols[col] == TAP_EMPTY || cNoteCols[col] == TAP_MINE )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if( cNoteCols[col] == TAP_HOLD_HEAD )
|
if( cNoteCols[col] == TAP_HOLD_HEAD )
|
||||||
|
|||||||
Reference in New Issue
Block a user