Update SourcePawn (#2052)

* Update SourcePawn

* Fix using SourceMod version as SourcePawn version
This commit is contained in:
peace-maker
2023-10-06 22:47:11 +02:00
committed by GitHub
parent e3a01b0e1a
commit e88e9342ef
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -275,7 +275,6 @@ stock int RoundFloat(float value)
* User defined operators.
*/
#if !defined __sourcepawn2__
#pragma rational Float
// Internal aliases for backwards compatibility.
native float __FLOAT_MUL__(float a, float b) = FloatMul;