ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.77 by root, Fri Dec 28 19:44:34 2007 UTC vs.
Revision 1.78 by root, Mon Jan 7 01:55:19 2008 UTC

54 1 54 1
55} 55}
56 56
57sub safe_spot($$$) { 57sub safe_spot($$$) {
58 my ($m, $x, $y) = @_; 58 my ($m, $x, $y) = @_;
59
60 return 0;
61 warn join ":", $m->at ($x, $y);#d#
62 warn "FOO$m { ".scalar ($m->at ($x, $y))." }\n";
63 return 0;
59 64
60 scalar grep $_->type == cf::SAVEBED, $m->at ($x, $y) 65 scalar grep $_->type == cf::SAVEBED, $m->at ($x, $y)
61} 66}
62 67
63sub enter_map { 68sub enter_map {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines