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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.149 by root, Mon Sep 10 12:44:06 2007 UTC vs.
Revision 1.150 by root, Wed Sep 12 11:10:10 2007 UTC

297 { 297 {
298 if (!flag [FLAG_REMOVED]) 298 if (!flag [FLAG_REMOVED])
299 do_remove (); 299 do_remove ();
300 } 300 }
301 301
302 MTH bool blocked (maptile *m, int x, int y) const;
303
302 void move_to (const mapxy &pos) 304 void move_to (const mapxy &pos)
303 { 305 {
304 remove (); 306 remove ();
305 *this = pos; 307 *this = pos;
306 insert_at (this, this); 308 insert_at (this, this);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines