Build fix

This commit is contained in:
Matt Woodrow 2009-08-24 09:41:06 +12:00
parent aed47ac13d
commit 902672aa58

View File

@ -570,7 +570,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[] =