From 7da33d7e569b195706b27e32f67504b232dd434e Mon Sep 17 00:00:00 2001 From: Ashnal Date: Thu, 5 Sep 2024 01:03:07 -0400 Subject: [PATCH] Update demoversion to follow up commit d99335d5a003861563252a977b7c150bad522cec Ensures fresh demos are using the new code path --- src/g_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_demo.cpp b/src/g_demo.cpp index 95aca0f03..3517795c6 100644 --- a/src/g_demo.cpp +++ b/src/g_demo.cpp @@ -172,7 +172,7 @@ demoghost *ghosts = NULL; // - 0x000C (Ring Racers v2.2) // - 0x000D (Ring Racers v2.3) -#define DEMOVERSION 0x000D +#define DEMOVERSION 0x000E boolean G_CompatLevel(UINT16 level) {