fixed floattocell bug, omg
This commit is contained in:
parent
bb609123fb
commit
06fbff7042
@ -84,7 +84,7 @@ const char* GetFileName(AMX *amx);
|
||||
|
||||
inline cell FloatToCell(float input)
|
||||
{
|
||||
double output = input;
|
||||
REAL output = input;
|
||||
return *(cell *)&output;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user