- Changed the additive scrollers option into a compatibility flag so that it can

be changed from the menu.


SVN r245 (trunk)
This commit is contained in:
Christoph Oelckers 2006-07-11 08:27:05 +00:00
commit 5d1563b0e4
7 changed files with 23 additions and 14 deletions

View file

@ -396,6 +396,7 @@ CVAR (Flag, compat_soundtarget, compatflags, COMPATF_SOUNDTARGET);
CVAR (Flag, compat_dehhealth, compatflags, COMPATF_DEHHEALTH);
CVAR (Flag, compat_trace, compatflags, COMPATF_TRACE);
CVAR (Flag, compat_dropoff, compatflags, COMPATF_DROPOFF);
CVAR (Flag, compat_boomscroll, compatflags, COMPATF_BOOMSCROLL);
//==========================================================================
//