diff options
Diffstat (limited to 'src/doomstat.h')
-rw-r--r-- | src/doomstat.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doomstat.h b/src/doomstat.h index fe850b19..6a220c1c 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: doomstat.h 429 2006-03-23 17:43:15Z fraggle $ +// $Id: doomstat.h 475 2006-05-05 19:49:34Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -86,6 +86,9 @@ extern skill_t gameskill; extern int gameepisode; extern int gamemap; +// If non-zero, exit the level after this number of minutes +extern int timelimit; + // vertical movement from mouse/joystick disabled extern int novert; |