Revert "Update sourcepawn (#2011)" (#2032)

This reverts commit cb8541548b.
This commit is contained in:
Nicholas Hastings
2023-07-29 16:01:25 +00:00
committed by GitHub
parent 4c376cbcb7
commit 8d60a46358
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -275,6 +275,7 @@ 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;