fix compile

This commit is contained in:
Glenn Maynard
2003-09-01 02:56:07 +00:00
parent 6e79f781bd
commit 10641321ba
+1 -1
View File
@@ -14,7 +14,7 @@ CString NotesWriterDWI::NotesToDWIString( const TapNote cNoteCols[6] )
CString taps, holds, ret;
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;
if( cNoteCols[col] == TAP_HOLD_HEAD )