From 9f358870161c4866526cd85b04ffa1d2f3188899 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Oct 2005 18:50:39 +0000 Subject: Allow the game version to emulate to be specified from the command line and set compatibility options accordingly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 223 --- src/doomstat.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/doomstat.h') diff --git a/src/doomstat.h b/src/doomstat.h index 3fa94c51..db42074d 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: doomstat.h 202 2005-10-16 01:18:10Z fraggle $ +// $Id: doomstat.h 223 2005-10-24 18:50:39Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -63,6 +63,7 @@ extern boolean devparm; // DEBUG: launched with -devparm // extern GameMode_t gamemode; extern GameMission_t gamemission; +extern GameVersion_t gameversion; extern char *gamedescription; // Set if homebrew PWAD stuff has been added. @@ -296,6 +297,10 @@ extern int ticdup; //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.9 2005/10/24 18:50:39 fraggle +// Allow the game version to emulate to be specified from the command line +// and set compatibility options accordingly. +// // Revision 1.8 2005/10/16 01:18:10 fraggle // Global "configdir" variable with directory to store config files in. // Create a function to find the filename for a savegame slot. Store -- cgit v1.2.3