15.04.2008, 09:26
thanks for the infinity float. i edited this and defined INF_FLOAT, which will be returned.
can i define INF_INT like this:
to yom:
i know there many functions at the topic, which i wanted to add. but as i can see there are only a few persons, who downloaded the uf.inc so i don't do so much work for maybe 10 persons.
i just removed all stock for testing and i all i got are "warning 203: symbol is never used: ...", so everything should work.
Код:
const Float:INF_FLOAT=Float:0x7F800000; // and in the function: return INF_FLOAT;
Код:
#define INF_INT 0x7F800000
i know there many functions at the topic, which i wanted to add. but as i can see there are only a few persons, who downloaded the uf.inc so i don't do so much work for maybe 10 persons.
i just removed all stock for testing and i all i got are "warning 203: symbol is never used: ...", so everything should work.