diff options
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/d_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c index bba09e65..9e4558c1 100644 --- a/src/heretic/d_main.c +++ b/src/heretic/d_main.c @@ -237,8 +237,8 @@ void D_DoomLoop(void) sprintf(filename, "debug%i.txt", consoleplayer); debugfile = fopen(filename, "w"); } - I_InitGraphics(); I_SetWindowTitle(gamedescription); + I_InitGraphics(); I_SetGrabMouseCallback(D_GrabMouseCallback); while (1) |