From 306ac5243a5ac63f0b92d72fab3926405c4473e5 Mon Sep 17 00:00:00 2001 From: Fyren Date: Sat, 9 Jan 2010 11:33:19 -0800 Subject: [PATCH] Fixed GuessSDKVersion() not working on ep2v (bug 4194, r=dvander). --- core/smn_halflife.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index 31a0aa6d..40f16678 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -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_ORANGEBOXVALVE: + return 35; case SOURCE_ENGINE_LEFT4DEAD: return 40; case SOURCE_ENGINE_LEFT4DEAD2: