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