I_Error(); title start calls in dedicated
Can be used to debug when these strange cases happen
This commit is contained in:
parent
520c96cc62
commit
c245e8fecd
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue