From 59b5a6f879a26b1b765df6987f717fdeb25486a4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 13 Jan 2008 08:17:47 +0000 Subject: [PATCH] fixed linux build --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401854 --- core/HalfLife2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index 2ea8faf2..3e642283 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -162,7 +162,7 @@ bool UTIL_FindInSendTable(SendTable *pTable, } } - return NULL; + return false; } typedescription_t *UTIL_FindInDataMap(datamap_t *pMap, const char *name)