Skip to content

Commit

Permalink
Better display of S3M effect commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincameron committed Feb 4, 2019
1 parent 2dfc7d0 commit 1dd8594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibxm/PatternDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ public synchronized void display( ibxm.Module module, int pat, int row ) {
clr = clr + fxclr[ chars[ 7 ] - '0' ];
}
}
if( chars[ 7 ] >= 'a' ) {
chars[ 7 ] -= 32;
}
for( int idx = 7; idx < 10; idx++ ) {
drawChar( chars[ idx ], y, x + idx, clr );
}
Expand Down

0 comments on commit 1dd8594

Please sign in to comment.