mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
gl_draw.c (scr_conalpha): write to config.cfg.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@20 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
73aef81aca
commit
9ec8a8a8bb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
//extern unsigned char d_15to8table[65536]; //johnfitz -- never used
|
//extern unsigned char d_15to8table[65536]; //johnfitz -- never used
|
||||||
|
|
||||||
cvar_t scr_conalpha = {"scr_conalpha", "0.5"}; //johnfitz
|
cvar_t scr_conalpha = {"scr_conalpha", "0.5",true}; //johnfitz
|
||||||
|
|
||||||
qpic_t *draw_disc;
|
qpic_t *draw_disc;
|
||||||
qpic_t *draw_backtile;
|
qpic_t *draw_backtile;
|
||||||
|
|
Loading…
Reference in a new issue