--- deliantra/server/include/define.h 2006/12/30 10:16:10 1.33 +++ deliantra/server/include/define.h 2006/12/30 21:07:46 1.34 @@ -966,7 +966,7 @@ #define CAN_APPLY_UNAPPLY_CHOICE 0x40 /* Cut off point of when an object is put on the active list or not */ -#define MIN_ACTIVE_SPEED 0.00001 +#define MIN_ACTIVE_SPEED 1e-5 /* * random() is much better than rand(). If you have random(), use it instead.