diff options
author | Simon Howard | 2008-12-20 20:25:22 +0000 |
---|---|---|
committer | Simon Howard | 2008-12-20 20:25:22 +0000 |
commit | b9b0c2abfbe194baf6d497f1c4a2165769f64ab3 (patch) | |
tree | a82b96f274bd7427b963964f37242607a27c593d /src/heretic | |
parent | 0ec9859ec8cf39ce1223516161fb39ea44ed5c33 (diff) | |
parent | acd1a13a4f70973d7616df3f6de43f8f79b8e392 (diff) | |
download | chocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.tar.gz chocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.tar.bz2 chocolate-doom-b9b0c2abfbe194baf6d497f1c4a2165769f64ab3.zip |
Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1423
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) |