Update sourcepawn (#2011)
* Update sourcepawn * Remove #pragma rational Float
This commit is contained in:
parent
46e3de8d24
commit
cb8541548b
@ -275,7 +275,6 @@ stock int RoundFloat(float value)
|
|||||||
* User defined operators.
|
* User defined operators.
|
||||||
*/
|
*/
|
||||||
#if !defined __sourcepawn2__
|
#if !defined __sourcepawn2__
|
||||||
#pragma rational Float
|
|
||||||
|
|
||||||
// Internal aliases for backwards compatibility.
|
// Internal aliases for backwards compatibility.
|
||||||
native float __FLOAT_MUL__(float a, float b) = FloatMul;
|
native float __FLOAT_MUL__(float a, float b) = FloatMul;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9cf9f31d4560fe7e76c6be75a2245088d03a3937
|
Subproject commit 508a64c72ab31a3c23e9dec80f812a75ce1ee129
|
Loading…
Reference in New Issue
Block a user