ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.92 by root, Tue Oct 5 23:59:10 2010 UTC vs.
Revision 1.93 by root, Tue Oct 5 23:59:47 2010 UTC

850 $v->{magicmap} = $COLOR{$magicmap}; 850 $v->{magicmap} = $COLOR{$magicmap};
851 } 851 }
852 852
853 my $stem = delete $v->{stem}; 853 my $stem = delete $v->{stem};
854 $v->{glyph} //= autoglyph $stem, $v; 854 $v->{glyph} //= autoglyph $stem, $v;
855 utf8::encode $v->{glyph};
855 $v->{glyph} = (chr $v->{magicmap}) . $v->{glyph}; 856 $v->{glyph} = (chr $v->{magicmap}) . $v->{glyph};
856 857
857 delete $v->{arc}; 858 delete $v->{arc};
858 } 859 }
859 860

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines