--- deliantra/server/include/util.h 2010/05/02 11:23:51 1.106 +++ deliantra/server/include/util.h 2010/05/02 14:46:56 1.107 @@ -502,7 +502,7 @@ // return a number within the half-open interval [0..1[ double operator ()() { - return this->next () / 0x100000000; + return this->next () / (double)0x100000000; } protected: