Build fix

This commit is contained in:
Matt Woodrow 2009-08-24 09:41:53 +12:00
parent e315726001
commit bf1285567e

View File

@ -568,7 +568,7 @@ static cell_t smn_TRPointOutsideWorld(IPluginContext *pContext, const cell_t *pa
pos.y = sp_ctof(vec[1]); pos.y = sp_ctof(vec[1]);
pos.z = sp_ctof(vec[2]); pos.z = sp_ctof(vec[2]);
return enginetrace->PointOutsideWorld(pos) return enginetrace->PointOutsideWorld(pos);
} }
sp_nativeinfo_t g_TRNatives[] = sp_nativeinfo_t g_TRNatives[] =