From a895eaeba371a3054ea1f8386011e31b55b7f044 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 16 May 2006 11:16:52 +0000 Subject: [PATCH] Bumped MAX_GAMEDLL_VERSION to 5 for engine beta --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40203 --- sourcemm/sourcemm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/sourcemm.h b/sourcemm/sourcemm.h index af20dff..58c9885 100644 --- a/sourcemm/sourcemm.h +++ b/sourcemm/sourcemm.h @@ -43,7 +43,7 @@ //We need a good CServerGameDLL version to work properly. We support these inclusively. #define MIN_GAMEDLL_VERSION 3 -#define MAX_GAMEDLL_VERSION 4 +#define MAX_GAMEDLL_VERSION 5 /** * @brief Entry point for HL2 Engine