mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
init graphics (WIDESCREENDELTA) before HUD widgets
This commit is contained in:
parent
68177dfe22
commit
a8fbe297bc
@ -2357,6 +2357,9 @@ void D_DoomMain(void)
|
|||||||
startloadgame = atoi(myargv[slot]);
|
startloadgame = atoi(myargv[slot]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// [FG] init graphics (WIDESCREENDELTA) before HUD widgets
|
||||||
|
I_InitGraphics();
|
||||||
|
|
||||||
if (startloadgame >= 0)
|
if (startloadgame >= 0)
|
||||||
{
|
{
|
||||||
char *file;
|
char *file;
|
||||||
@ -2387,8 +2390,6 @@ void D_DoomMain(void)
|
|||||||
debugfile = fopen(filename,"w");
|
debugfile = fopen(filename,"w");
|
||||||
}
|
}
|
||||||
|
|
||||||
I_InitGraphics();
|
|
||||||
|
|
||||||
main_loop_started = true;
|
main_loop_started = true;
|
||||||
|
|
||||||
D_StartGameLoop();
|
D_StartGameLoop();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user