From 6af30e89921c7afc9454338fd6e2069d6478a30c Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 2 Jun 2012 12:48:54 -0400 Subject: [PATCH] Fixed linux CS:GO logged tier0_i486 startup error and bad sourcetv handling (r=me). --- core/HalfLife2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index 5ee447e6..db5be2f2 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -51,7 +51,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_LEFT4DEAD || SOURCE_ENGINE == SE_LEFT4DEAD2 +#if SOURCE_ENGINE >= SE_ORANGEBOXVALVE #define TIER0_NAME "libtier0.so" #define VSTDLIB_NAME "libvstdlib.so" #else