Added support for E.Y.E Divine Cybermancy (bug 5035, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-08-20 18:58:37 -04:00
parent 2b9a39e2eb
commit 1492e12ca2
20 changed files with 1097 additions and 103 deletions
+2
View File
@@ -461,6 +461,8 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
return 30;
case SOURCE_ENGINE_BLOODYGOODTIME:
return 32;
case SOURCE_ENGINE_EYE:
return 34;
case SOURCE_ENGINE_ORANGEBOXVALVE:
return 35;
case SOURCE_ENGINE_LEFT4DEAD: