- moved the initial C_InitConsole call into D_DoomMain
The only difference here were the size values on Windows but for this initial call they have been useless for a long time. When this code was written the console buffer still had a fixed width that needed to be set before adding any text.
This commit is contained in:
parent
9f15efc5f5
commit
a1a73ef2b3
4 changed files with 3 additions and 6 deletions
|
|
@ -2284,6 +2284,8 @@ void D_DoomMain (void)
|
|||
int argcount;
|
||||
FIWadManager *iwad_man;
|
||||
const char *batchout = Args->CheckValue("-errorlog");
|
||||
|
||||
C_InitConsole(80*8, 25*8, false);
|
||||
|
||||
// +logfile gets checked too late to catch the full startup log in the logfile so do some extra check for it here.
|
||||
FString logfile = Args->TakeValue("+logfile");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue