--- cfmaps/cfmap2html 2007/06/21 00:14:50 1.27 +++ cfmaps/cfmap2html 2007/06/21 01:11:44 1.28 @@ -122,7 +122,7 @@ print ""; - my %ignore = map +($_ => 1), qw(name _name x y); + my %ignore = map +($_ => 1), qw(name _name _atype x y); my %is_exit = map +($_ => 1), 41, 57, 66; for my $y (0.. $meta->{height} - 1) {