Add L4D handling to GuessSDKVersion() (bug 3842, r+a12=dvander)

This commit is contained in:
Fyren 2009-05-13 16:05:37 -07:00
parent e9834a33b1
commit ced6add9ea

View File

@ -457,6 +457,10 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
{
return 30;
}
else if (version == SOURCE_ENGINE_LEFT4DEAD)
{
return 40;
}
#else
if (g_HL2.IsOriginalEngine())
{