Remove debug print

This commit is contained in:
fickleheart 2019-02-18 20:54:37 -06:00
parent 0d31981dc2
commit 96972c9ae9
1 changed files with 0 additions and 2 deletions

View File

@ -6907,8 +6907,6 @@ void G_DoPlayDemo(char *defdemoname)
for (p = 0; p <= splitscreen; p++)
G_ResetView(p+1, slots[M_RandomKey(numslots)], false);
CONS_Printf("%d - %d %d %d %d\n", splitscreen, displayplayer, secondarydisplayplayer, thirddisplayplayer, fourthdisplayplayer);
}
R_ExecuteSetViewSize();