- removed all uses of single precision floats from FraggleScript code.

This commit is contained in:
Christoph Oelckers 2013-09-02 09:08:47 +02:00
commit ba2a07fb26
3 changed files with 9 additions and 9 deletions

View file

@ -110,7 +110,7 @@ struct svalue_t
int intvalue(const svalue_t & v);
fixed_t fixedvalue(const svalue_t & v);
float floatvalue(const svalue_t & v);
double floatvalue(const svalue_t & v);
const char *stringvalue(const svalue_t & v);
AActor *actorvalue(const svalue_t &svalue);