- fixed compilation on Windows.

This commit is contained in:
Christoph Oelckers 2019-10-07 18:59:18 +02:00
commit 6f821a9198
2 changed files with 5 additions and 6 deletions

View file

@ -1548,7 +1548,7 @@ bool D_ArbitrateNetStart (void)
// Return right away if we're just playing with ourselves.
if (doomcom.numnodes == 1)
return;
return true;
autostart = true;