ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/map.h
(Generate patch)

Comparing deliantra/server/include/map.h (file contents):
Revision 1.85 by root, Mon Aug 27 06:29:17 2007 UTC vs.
Revision 1.86 by root, Fri Aug 31 00:20:41 2007 UTC

413 413
414 bool normalise () 414 bool normalise ()
415 { 415 {
416 return xy_normalise (m, x, y); 416 return xy_normalise (m, x, y);
417 } 417 }
418
419 object *insert (object *op, object *originator = 0, int flags = 0) const
420 {
421 m->insert (op, x, y, originator, flags);
422 }
418}; 423};
419 424
420inline const mapxy & 425inline const mapxy &
421object::operator =(const mapxy &pos) 426object::operator =(const mapxy &pos)
422{ 427{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines