From d313bec95b82e2c2fa15b22512efb1d59bc2a421 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 29 Oct 2005 01:18:29 +0000 Subject: [PATCH] Added a check for idiots trying to update from 3.2.3 -> CVS/3.2.4 without running ./Config.. HA! --- src/res.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/res.c b/src/res.c index 9642c1307..4fd536898 100644 --- a/src/res.c +++ b/src/res.c @@ -29,6 +29,11 @@ #include "proto.h" #include "channel.h" #include "version.h" + +#if !defined(UNREAL_VERSION_TIME) + #error "YOU MUST RUN ./Config WHENEVER YOU ARE UPGRADING UNREAL!!!!" +#endif + #include #ifdef _WIN32 #include