exec: pass on com_flags

This commit is contained in:
James R 2023-03-15 11:33:37 -07:00
parent db4de0f50e
commit e48786961a

View file

@ -794,8 +794,8 @@ static void COM_Exec_f(void)
CONS_Printf(M_GetText("executing %s\n"), COM_Argv(1));
// insert text file into the command buffer
COM_BufAddText((char *)buf);
COM_BufAddText("\n");
COM_BufAddTextEx((char *)buf, com_flags);
COM_BufAddTextEx("\n", com_flags);
// free buffer
Z_Free(buf);