I_Error(); title start calls in dedicated

Can be used to debug when these strange cases happen
This commit is contained in:
NepDisk 2026-01-18 16:22:27 -05:00
parent 520c96cc62
commit c245e8fecd

View file

@ -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();