mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
d531f4b029
commit
7e8688ae2d
2 changed files with 5 additions and 2 deletions
|
@ -149,7 +149,10 @@ void FTA(int q, struct player_struct* p)
|
|||
|
||||
if (p->ftq != q)
|
||||
{
|
||||
if (q == 13) p->ftq = q;
|
||||
if (q == QUOTE_DEAD)
|
||||
{
|
||||
p->ftq = q;
|
||||
}
|
||||
auto qu = quoteMgr.GetQuote(q);
|
||||
if (p == &ps[screenpeek] && qu[0] != '\0')
|
||||
{
|
||||
|
|
|
@ -1158,7 +1158,7 @@ OptionMenu SoundOptions //protected
|
|||
Option "$SNDMNU_MIDIDEVICE", "snd_mididevice", "MidiDevices"
|
||||
//StaticText " "
|
||||
//Option "$SNDMNU_UNDERWATERREVERB", "snd_waterreverb", "OnOff"
|
||||
Slider "$SNDMNU_CHANNELS", "snd_numchannels", 64, 128, 8, 0
|
||||
Slider "$SNDMNU_CHANNELS", "snd_channels", 64, 256, 16, 0
|
||||
staticText ""
|
||||
ifgame (Blood, ShadowWarrior, Redneck, RedneckRides)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue