From 74f1309af5310fbfa346048f8ecfc7fe1e8a4571 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 11 Oct 2025 03:09:35 +0100 Subject: Improve gamedata codegen and fix spurious cases The old GAMESPECIFIC mechanism had worked in practice but was technically a little bit incorrect, oops. --- src/l4d1democompat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/l4d1democompat.c') diff --git a/src/l4d1democompat.c b/src/l4d1democompat.c index eff6ad0..3c9b604 100644 --- a/src/l4d1democompat.c +++ b/src/l4d1democompat.c @@ -20,6 +20,7 @@ #include "con_.h" #include "errmsg.h" #include "feature.h" +#include "gametype.h" #include "hook.h" #include "intdefs.h" #include "mem.h" -- cgit v1.2.3-54-g00ecf