Added support for Bloody Good Time (bug 4780, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-01-11 23:35:58 -05:00
parent dabf486a9f
commit 5226714bbd
7 changed files with 21 additions and 6 deletions
+2
View File
@@ -459,6 +459,8 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params)
return 15;
case SOURCE_ENGINE_ORANGEBOX:
return 30;
case SOURCE_ENGINE_BLOODYGOODTIME:
return 32;
case SOURCE_ENGINE_ORANGEBOXVALVE:
return 35;
case SOURCE_ENGINE_LEFT4DEAD: