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.95 by root, Wed Oct 6 00:19:32 2010 UTC vs.
Revision 1.96 by root, Wed Oct 6 00:28:15 2010 UTC

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 =~ /(_[0-9A-F]).x11/; 168 if $stem =~ /(_[0-9A-F]).x11/;
169 169
170 "+" 170 "+"
171
172 } elsif ($stem =~ /^monster.*\/(.)/) {
173 $1
171 174
172 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) { 175 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) {
173 "." 176 "."
174 177
175 } elsif ($stem =~ /^player\//) { 178 } elsif ($stem =~ /^player\//) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines