summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i_video.h b/src/i_video.h
index d007cac1..a5d98569 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_video.h 97 2005-09-11 16:39:29Z fraggle $
+// $Id: i_video.h 98 2005-09-11 20:25:56Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -58,6 +58,7 @@ void I_BeginRead (void);
void I_EndRead (void);
extern boolean screenvisible;
+extern int screenmultiply;
extern boolean fullscreen;
extern boolean grabmouse;
@@ -66,6 +67,11 @@ extern boolean grabmouse;
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.6 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.5 2005/09/11 16:39:29 fraggle
// Fix declaration of I_Sleep (not I_Delay) and move to right header
//