summaryrefslogtreecommitdiff
path: root/setup/execute.h
diff options
context:
space:
mode:
authorSimon Howard2010-12-25 21:51:24 +0000
committerSimon Howard2010-12-25 21:51:24 +0000
commita8839cecaa12fc3d9afb2bad0863b7b97901bc4c (patch)
tree39ad8934fb0bcd28060f849fda2d6b5917b014c3 /setup/execute.h
parenta854f3e246be1373200a296413b31ece296c2914 (diff)
downloadchocolate-doom-a8839cecaa12fc3d9afb2bad0863b7b97901bc4c.tar.gz
chocolate-doom-a8839cecaa12fc3d9afb2bad0863b7b97901bc4c.tar.bz2
chocolate-doom-a8839cecaa12fc3d9afb2bad0863b7b97901bc4c.zip
Pass through all command line arguments specified to the setup tool to
the game, to match Vanilla behavior (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2227
Diffstat (limited to 'setup/execute.h')
-rw-r--r--setup/execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/execute.h b/setup/execute.h
index 24711a16..25f1f10a 100644
--- a/setup/execute.h
+++ b/setup/execute.h
@@ -35,7 +35,7 @@ typedef struct execute_context_s execute_context_t;
execute_context_t *NewExecuteContext(void);
void AddCmdLineParameter(execute_context_t *context, char *s, ...);
-void AddConfigParameters(execute_context_t *context);
+void PassThroughArguments(execute_context_t *context);
int ExecuteDoom(execute_context_t *context);
int FindInstalledIWADs(void);