From 0016b8ef2f153a71468bd9fc2efb83046b633cce Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 6 Jul 2013 12:02:42 -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 040d040d9..dfbaf6209 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -56,7 +56,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