summaryrefslogtreecommitdiff
path: root/src/deh_main.c
diff options
context:
space:
mode:
authorSimon Howard2005-10-17 23:48:05 +0000
committerSimon Howard2005-10-17 23:48:05 +0000
commitcd97b542313019825182850dd3c3381cea2b4e76 (patch)
tree193110e827ed8bd40d25a18749c10f4e46c612fa /src/deh_main.c
parent148c5fb7777ecfc2a6240dd1ca0a206ad74c9067 (diff)
downloadchocolate-doom-cd97b542313019825182850dd3c3381cea2b4e76.tar.gz
chocolate-doom-cd97b542313019825182850dd3c3381cea2b4e76.tar.bz2
chocolate-doom-cd97b542313019825182850dd3c3381cea2b4e76.zip
DEH_CheckCommandLine -> DEH_Init, for consistency with other Init
functions Subversion-branch: /trunk/chocolate-doom Subversion-revision: 214
Diffstat (limited to 'src/deh_main.c')
-rw-r--r--src/deh_main.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/deh_main.c b/src/deh_main.c
index 2c0868ed..3dd95ec5 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_main.c 213 2005-10-17 23:16:09Z fraggle $
+// $Id: deh_main.c 214 2005-10-17 23:48:05Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,10 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.9 2005/10/17 23:48:05 fraggle
+// DEH_CheckCommandLine -> DEH_Init, for consistency with other Init
+// functions
+//
// Revision 1.8 2005/10/17 23:16:09 fraggle
// Add a "loading" message for each dehacked patch we load, to be orthogonal
// to the WAD loading code
@@ -329,7 +333,7 @@ static void DEH_ParseFile(char *filename)
// Checks the command line for -deh argument
-void DEH_CheckCommandLine(void)
+void DEH_Init(void)
{
int argc;