From 38e7b9ff589f5ad56932eaaf1f63bc86ef6192a8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 8 Sep 2006 14:46:34 +0000 Subject: [PATCH] unbroke the build --- amxmodx/msvc/amxmodx_mm.vcproj | 6 ++++++ amxmodx/natives.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 */