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.94 by root, Wed Oct 6 00:18:14 2010 UTC vs.
Revision 1.95 by root, Wed Oct 6 00:19:32 2010 UTC

163sub autoglyph { 163sub autoglyph {
164 my ($stem, $face) = @_; 164 my ($stem, $face) = @_;
165 165
166 if ($stem =~ /^wall\/|Nimwall/) { 166 if ($stem =~ /^wall\/|Nimwall/) {
167 return $WALL_SUFFIX[hex $1] 167 return $WALL_SUFFIX[hex $1]
168 if $stem =~ $stem =~ /(_[0-9A-F]).x11/; 168 if $stem =~ /(_[0-9A-F]).x11/;
169 169
170 "+" 170 "+"
171 171
172 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) { 172 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) {
173 "." 173 "."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines