- removed all uses of single precision floats from FraggleScript code.
This commit is contained in:
parent
267030c759
commit
ba2a07fb26
3 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue