From 7c4086f2eb0b552f541b6465b1a6fa9cba401c82 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 10 Jan 2010 17:22:24 -0800 Subject: [PATCH] Backed out changeset f1118642d7ac (broken build). --- core/smn_halflife.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index c39b6f20e..155c254f2 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -457,10 +457,6 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params) { return 30; } - else if (version == SOURCE_ENGINE_ORANGEBOXVALVE) - { - return 35; - } else if (version == SOURCE_ENGINE_LEFT4DEAD) { return 40;