Added missing EYE def to halflife.inc, updated EYE def# (bug 5151, r=asherkn).

This commit is contained in:
Nicholas Hastings
2011-10-28 19:09:40 -04:00
parent ee42f09b8d
commit b2311e2ea5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
case SOURCE_ENGINE_BLOODYGOODTIME:
return 32;
case SOURCE_ENGINE_EYE:
return 34;
return 33;
case SOURCE_ENGINE_ORANGEBOXVALVE:
return 35;
case SOURCE_ENGINE_LEFT4DEAD: