From 1d408321cbcdc72826d3d0939b12410d6130c889 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 10 May 2009 19:00:22 +0000 Subject: 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 --- src/d_iwad.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/d_iwad.h') 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); -- cgit v1.2.3