--- deliantra/server/include/libproto.h 2010/04/15 22:11:48 1.91 +++ deliantra/server/include/libproto.h 2010/04/23 09:22:47 1.92 @@ -151,7 +151,7 @@ object *insert_ob_in_map (object *op, maptile *m, object *originator, int flag); void replace_insert_ob_in_map (shstr_tmp archname, object *op); object *insert_ob_in_ob (object *op, object *where); -int check_move_on (object *op, object *originator); +int check_move_on (object *op, object *originator, int flags = 0); object *present_arch (const archetype *at, maptile *m, int x, int y); object *present (unsigned char type, maptile *m, int x, int y); object *present_in_ob (unsigned char type, const object *op);