diff options
author | Simon Howard | 2005-09-11 20:25:56 +0000 |
---|---|---|
committer | Simon Howard | 2005-09-11 20:25:56 +0000 |
commit | c736059090d59a4eda2c15f924c1a4dfbdd9e61d (patch) | |
tree | d0899105d2d21d47a3e215b6cee7ec6cc3e7b17c /src/doomstat.h | |
parent | bfccd6699e16e5287b67621eec3fe7ed33add1d4 (diff) | |
download | chocolate-doom-c736059090d59a4eda2c15f924c1a4dfbdd9e61d.tar.gz chocolate-doom-c736059090d59a4eda2c15f924c1a4dfbdd9e61d.tar.bz2 chocolate-doom-c736059090d59a4eda2c15f924c1a4dfbdd9e61d.zip |
Second configuration file to allow chocolate doom-specific settings.
Adjust some existing command line logic (for graphics settings and
novert) to adjust for this.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 98
Diffstat (limited to 'src/doomstat.h')
-rw-r--r-- | src/doomstat.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/doomstat.h b/src/doomstat.h index ad67857f..eb8ef8d4 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: doomstat.h 69 2005-09-04 15:59:45Z fraggle $ +// $Id: doomstat.h 98 2005-09-11 20:25:56Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -86,7 +86,7 @@ extern int gameepisode; extern int gamemap; // vertical movement from mouse/joystick disabled -extern boolean novert; +extern int novert; // Nightmare mode flag, single player. extern boolean respawnmonsters; @@ -295,6 +295,11 @@ extern int ticdup; //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.7 2005/09/11 20:25:56 fraggle +// Second configuration file to allow chocolate doom-specific settings. +// Adjust some existing command line logic (for graphics settings and +// novert) to adjust for this. +// // Revision 1.6 2005/09/04 15:59:45 fraggle // 'novert' command line option to disable vertical mouse movement // |