From c245e8fecd1e9f20f4a4cbc1e7dac0db17331ff6 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 18 Jan 2026 16:22:27 -0500 Subject: [PATCH] I_Error(); title start calls in dedicated Can be used to debug when these strange cases happen --- src/d_main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index 3f3c281dd..4286cdc6e 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1151,6 +1151,9 @@ void D_SRB2Loop(void) // void D_StartTitle(void) { + if (dedicated) + I_Error("D_StartTitle is called on dedicated server"); + INT32 i; S_StopMusic();