summaryrefslogtreecommitdiff
path: root/src/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-05 19:49:34 +0000
committerSimon Howard2006-05-05 19:49:34 +0000
commit319f427c9369bfe1c5a6cad636ecd91934c3024d (patch)
tree070bef41921a855a7e39d380e87d8c38978e97a1 /src/doomstat.h
parentcbd744280545a38e62ecc0290a1312b3aeff9ae0 (diff)
downloadchocolate-doom-319f427c9369bfe1c5a6cad636ecd91934c3024d.tar.gz
chocolate-doom-319f427c9369bfe1c5a6cad636ecd91934c3024d.tar.bz2
chocolate-doom-319f427c9369bfe1c5a6cad636ecd91934c3024d.zip
Syncronise the -timer/-avg parameters across all clients to avoid desyncs.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 475
Diffstat (limited to 'src/doomstat.h')
-rw-r--r--src/doomstat.h5
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;