summaryrefslogtreecommitdiff
path: root/src/d_iwad.h
diff options
context:
space:
mode:
authorSimon Howard2009-05-10 19:00:22 +0000
committerSimon Howard2009-05-10 19:00:22 +0000
commit1d408321cbcdc72826d3d0939b12410d6130c889 (patch)
tree48666bcf9dae9adaf19c3ad698a6a1ee9ce84cee /src/d_iwad.h
parent3c92c5807e2eacdf84932d385d5041dfb311a26c (diff)
downloadchocolate-doom-1d408321cbcdc72826d3d0939b12410d6130c889.tar.gz
chocolate-doom-1d408321cbcdc72826d3d0939b12410d6130c889.tar.bz2
chocolate-doom-1d408321cbcdc72826d3d0939b12410d6130c889.zip
Use the internal IWAD search for the setup multiplayer dialogs rather
than the -findiwads command line hack. Subversion-branch: /branches/raven-branch Subversion-revision: 1516
Diffstat (limited to 'src/d_iwad.h')
-rw-r--r--src/d_iwad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d_iwad.h b/src/d_iwad.h
index 7c297bd5..055463a9 100644
--- a/src/d_iwad.h
+++ b/src/d_iwad.h
@@ -40,6 +40,8 @@ typedef struct
{
char *name;
GameMission_t mission;
+ GameMode_t mode;
+ char *description;
} iwad_t;
char *D_FindWADByName(char *filename);