From e970c36419e96c558444c4f2defe647e27f8d5f6 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 16 Aug 2013 11:47:35 -0400 Subject: [PATCH] Fixed GuessSDKVersion return value when using MM:S versions < 1.10 (r=me). --- core/smn_halflife.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index d8c55f09..165eb676 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -493,6 +493,7 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params) return 33; case SOURCE_ENGINE_CSS: return 34; + case SOURCE_ENGINE_ORANGEBOXVALVE_DEPRECATED: case SOURCE_ENGINE_HL2DM: case SOURCE_ENGINE_DODS: case SOURCE_ENGINE_TF2: