From 6d0db0d5bee0201b732149616a691827367cfb35 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 3 May 2022 04:20:27 +0100 Subject: Add entity property finding and L4D warp testing This was a lot more code than expected, but it might be finally close to time to release the next beta... We'll see if any more rabbit holes present themselves to jump into, though. --- src/demorec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demorec.c') diff --git a/src/demorec.c b/src/demorec.c index 9624db9..7875e30 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -363,7 +363,7 @@ bool demorec_custom_init(void) { // really. if (buildnum >= 2042) nbits_datalen = 11; else nbits_datalen = 12; // } - + return find_WriteMessages(); } -- cgit v1.2.3