From a22de48e40b35ae2b23343d651c39e44bbb34d42 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 6 Jul 2013 11:54:37 -0400 Subject: [PATCH] Fix tier0/vstdlib lookup in core for recent L4D2 changes. --- core/HalfLife2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index 8b0277e1..57e65941 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -58,7 +58,7 @@ typedef ICommandLine *(*FakeGetCommandLine)(); #define TIER0_NAME "libtier0.dylib" #define VSTDLIB_NAME "libvstdlib.dylib" #elif defined __linux__ -#if SOURCE_ENGINE == SE_ORANGEBOXVALVE || SOURCE_ENGINE == SE_CSS +#if SOURCE_ENGINE == SE_ORANGEBOXVALVE || SOURCE_ENGINE == SE_CSS || SOURCE_ENGINE == SE_LEFT4DEAD2 #define TIER0_NAME "libtier0_srv.so" #define VSTDLIB_NAME "libvstdlib_srv.so" #elif SOURCE_ENGINE >= SE_LEFT4DEAD