From bf1285567eca69436a503153d7a933fdce2a331c Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 24 Aug 2009 09:41:53 +1200 Subject: [PATCH] Build fix --- extensions/sdktools/trnatives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/sdktools/trnatives.cpp b/extensions/sdktools/trnatives.cpp index 463f2396..5d8e5f6c 100644 --- a/extensions/sdktools/trnatives.cpp +++ b/extensions/sdktools/trnatives.cpp @@ -568,7 +568,7 @@ static cell_t smn_TRPointOutsideWorld(IPluginContext *pContext, const cell_t *pa pos.y = sp_ctof(vec[1]); pos.z = sp_ctof(vec[2]); - return enginetrace->PointOutsideWorld(pos) + return enginetrace->PointOutsideWorld(pos); } sp_nativeinfo_t g_TRNatives[] =