Fixed GuessSDKVersion() not working on ep2v (bug 4194, r=dvander, a12=blocking).

This commit is contained in:
David Anderson 2010-01-09 11:38:44 -08:00
parent 07fcbc6eaa
commit a5a7b1434c

View File

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