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.88 by root, Tue Oct 5 23:26:44 2010 UTC vs.
Revision 1.89 by root, Tue Oct 5 23:26:56 2010 UTC

165# warn $stem; 165# warn $stem;
166 "+" 166 "+"
167 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) { 167 } elsif ($stem =~ /^floor\/|^ground\/|Nimfloor/) {
168 "." 168 "."
169 } elsif ($stem =~ /^player\//) { 169 } elsif ($stem =~ /^player\//) {
170 "@" 170 "\@"
171 } else { 171 } else {
172 substr $stem, 0, 1 172 substr $stem, 0, 1
173 } 173 }
174} 174}
175 175

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines