- Added more compatibility settings, submitted by Gez.

SVN r1569 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-03 07:19:21 +00:00
commit 0d1d15eba8
7 changed files with 30 additions and 4 deletions

View file

@ -98,6 +98,8 @@ static FCompatOption Options[] =
{ "sectorsounds", COMPATF_SECTORSOUNDS, 0 },
{ "missileclip", COMPATF_MISSILECLIP, 0 },
{ "crossdropoff", COMPATF_CROSSDROPOFF, 0 },
{ "wallrun", COMPATF_WALLRUN, 0 }, // [GZ] Added for CC MAP29
{ "anybossdeath", COMPATF_ANYBOSSDEATH, 0}, // [GZ] Added for UAC_DEAD
{ NULL, 0, 0 }
};