Browse Source

lpst.pl - removed old system for subbing pieces into a hex

master
gashapwn 3 years ago
parent
commit
81072e8dc4
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      lpst.pl

+ 0
- 8
lpst.pl View File

@@ -205,8 +205,6 @@ sub f_1($$$){
my $s0;
$p =~ s/($P1|$P2)$DIV//;
# $p =~ s/$EMPTY_CELL//;
# $p .= "__" if length($p) < 1;
$p .= "_" if length($p) < 2;
$s0 = $hex;

@@ -215,12 +213,6 @@ sub f_1($$$){
unless($p eq "__"){
substr($s0, 2,2) = $p;
}
# if ($p eq "__"){
# $s0 =~ s/$ALT_SUB_CHR{1,2}/$SHADE_1_CHR$SHADE_1_CHR/;
# }else{
# # $p =~ s/_/$SHADE_1_CHR/;
# $s0 =~ s/$ALT_SUB_CHR{1,2}/$p/;
# }

if($c0 % 2 == 0){
$s0 =~ s/$SUB_CHR/$BLANK_CELL_CHR/g;


Loading…
Cancel
Save