From 9563371e9ad296eded19008a26382ad311182dbc Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 29 Aug 2010 18:13:19 +0000 Subject: Added voice volume and back flat configuration variables. Made status bar redraw when menus are active as in Strife. Finished up the Strife "settings" menu which was only for sound volumes in vanilla Doom. Subversion-branch: /branches/strife-branch Subversion-revision: 1973 --- src/strife/r_draw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/r_draw.h') diff --git a/src/strife/r_draw.h b/src/strife/r_draw.h index 7070da2e..16533acf 100644 --- a/src/strife/r_draw.h +++ b/src/strife/r_draw.h @@ -81,6 +81,7 @@ extern byte* translationtables; extern byte* dc_translation; extern byte* xlatab; // haleyjd 08/26/10: [STRIFE] +extern char *back_flat; // haleyjd 08/29/10: [STRIFE] // Span blitting for rows, floor/ceiling. // No Sepctre effect needed. -- cgit v1.2.3