--- deliantra/server/include/define.h 2007/03/11 02:12:44 1.48 +++ deliantra/server/include/define.h 2007/04/15 14:15:15 1.49 @@ -606,16 +606,6 @@ #define MOVE_BOAT 0x10 /* Boats/sailing */ #define MOVE_ALL 0x1f /* Mask of all movement types */ -/* the normal assumption is that objects are walking/flying. - * So often we don't want to block movement, but still don't want - * to allow all types (swimming is rather specialized) - I also - * expect as more movement types show up, this is likely to get - * updated. Basically, this is the default for spaces that allow - * movement - anything but swimming right now. If you really - * want nothing at all, then can always set move_block to 0 - */ -#define MOVE_BLOCK_DEFAULT MOVE_SWIM - /* typdef here to define type large enough to hold bitmask of * all movement types. Make one declaration so easy to update. * uint8 is defined yet, so just use what that would define it