From 821fcd5be4fbe6425c14313bdff209c69668b222 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 25 Feb 2012 17:06:23 -0500 Subject: [PATCH] Last fix. --- core/HalfLife2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index ba249765..2339e3fb 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_EPISODE1 || SOURCE_ENGINE == ORANGEBOX || SOURCE_ENGINE == SE_LEFT4DEAD +#if SOURCE_ENGINE == SE_EPISODEONE || SOURCE_ENGINE == ORANGEBOX || SOURCE_ENGINE == SE_LEFT4DEAD #define TIER0_NAME "tier0_i486.so" #define VSTDLIB_NAME "vstdlib_i486.so" #else