diff options
author | Simon Howard | 2005-10-16 01:18:10 +0000 |
---|---|---|
committer | Simon Howard | 2005-10-16 01:18:10 +0000 |
commit | 8d9ee8259d629ef11a33e6710091f4f9bb15a1a2 (patch) | |
tree | d6ffea91332b2118fac999a289e19ff91f27ee02 /src/doomstat.h | |
parent | 6dfceb2ce609dcf05ce4b94ebeb2407f7990374f (diff) | |
download | chocolate-doom-8d9ee8259d629ef11a33e6710091f4f9bb15a1a2.tar.gz chocolate-doom-8d9ee8259d629ef11a33e6710091f4f9bb15a1a2.tar.bz2 chocolate-doom-8d9ee8259d629ef11a33e6710091f4f9bb15a1a2.zip |
Global "configdir" variable with directory to store config files in.
Create a function to find the filename for a savegame slot. Store
savegames in the config dir.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 202
Diffstat (limited to 'src/doomstat.h')
-rw-r--r-- | src/doomstat.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/doomstat.h b/src/doomstat.h index eb8ef8d4..3fa94c51 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: doomstat.h 98 2005-09-11 20:25:56Z fraggle $ +// $Id: doomstat.h 202 2005-10-16 01:18:10Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -244,6 +244,7 @@ extern int maxammo[NUMAMMO]; // // File handling stuff. +extern char * configdir; extern char basedefault[1024]; extern FILE* debugfile; @@ -295,6 +296,11 @@ extern int ticdup; //----------------------------------------------------------------------------- // // $Log$ +// 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 +// savegames in the config dir. +// // 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 |