diff --git a/amxmodx/msvc/amxmodx_mm.vcproj b/amxmodx/msvc/amxmodx_mm.vcproj index 4a67603c..db2b47b9 100755 --- a/amxmodx/msvc/amxmodx_mm.vcproj +++ b/amxmodx/msvc/amxmodx_mm.vcproj @@ -322,6 +322,9 @@ + + @@ -485,6 +488,9 @@ + + diff --git a/amxmodx/natives.cpp b/amxmodx/natives.cpp index a5d22542..895e2e93 100755 --- a/amxmodx/natives.cpp +++ b/amxmodx/natives.cpp @@ -345,7 +345,7 @@ static cell AMX_NATIVE_CALL vdformat(AMX *amx, cell *params) return 0; } - int vargPos = static_cast(params[4]); + int vargPos = static_cast(params[4]); int fargPos = static_cast(params[3]); /** get the parent parameter array */