From 05ba217bfd81f4b1511cee0b39da5d9b4346faf6 Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sun, 7 May 2023 12:15:04 +0100 Subject: [PATCH] fix: define for IW4 --- _utility.gsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_utility.gsh b/_utility.gsh index edcdd96..dd2a384 100644 --- a/_utility.gsh +++ b/_utility.gsh @@ -10,6 +10,11 @@ * /Zc:preprocessor is required with the MSVC compiler. */ +#ifdef IW4 + #define IW4MP + #define IW4SP +#endif + #define TRUE 1 #define FALSE 0