From b24a72cfd68ccf06ab86a70356f5c6df87bd9eb6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 24 Feb 2011 20:55:54 +0000 Subject: Load response files from main() before calling D_DoomMain, so that all executables load response files, including the setup tool. Subversion-branch: /branches/raven-branch Subversion-revision: 2276 --- src/heretic/d_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/heretic') diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c index 169a86ea..5c2d5cf2 100644 --- a/src/heretic/d_main.c +++ b/src/heretic/d_main.c @@ -805,7 +805,6 @@ void D_DoomMain(void) I_AtExit(D_Endoom, false); - M_FindResponseFile(); nomonsters = M_CheckParm("-nomonsters"); respawnparm = M_CheckParm("-respawn"); ravpic = M_CheckParm("-ravpic"); -- cgit v1.2.3