mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@835 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
13d4b6fb14
commit
c4db75ca81
1 changed files with 2 additions and 1 deletions
|
@ -594,7 +594,7 @@ void getpackets(void)
|
||||||
sampletimer();
|
sampletimer();
|
||||||
AudioUpdate();
|
AudioUpdate();
|
||||||
|
|
||||||
// CONTROL_ProcessBinds();
|
CONTROL_ProcessBinds();
|
||||||
|
|
||||||
if (ALT_IS_PRESSED && KB_KeyPressed(sc_Enter))
|
if (ALT_IS_PRESSED && KB_KeyPressed(sc_Enter))
|
||||||
{
|
{
|
||||||
|
@ -12029,6 +12029,7 @@ void dobonus(int bonusonly)
|
||||||
FX_StopAllSounds();
|
FX_StopAllSounds();
|
||||||
clearsoundlocks();
|
clearsoundlocks();
|
||||||
FX_SetReverb(0L);
|
FX_SetReverb(0L);
|
||||||
|
bindsenabled = 1; // so you can use your screenshot bind on the score screens
|
||||||
|
|
||||||
if (bonusonly) goto FRAGBONUS;
|
if (bonusonly) goto FRAGBONUS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue