mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40: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();
|
||||
AudioUpdate();
|
||||
|
||||
// CONTROL_ProcessBinds();
|
||||
CONTROL_ProcessBinds();
|
||||
|
||||
if (ALT_IS_PRESSED && KB_KeyPressed(sc_Enter))
|
||||
{
|
||||
|
@ -12029,6 +12029,7 @@ void dobonus(int bonusonly)
|
|||
FX_StopAllSounds();
|
||||
clearsoundlocks();
|
||||
FX_SetReverb(0L);
|
||||
bindsenabled = 1; // so you can use your screenshot bind on the score screens
|
||||
|
||||
if (bonusonly) goto FRAGBONUS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue