git-svn-id: https://svn.eduke32.com/eduke32@835 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-07-03 07:53:19 +00:00
parent 13d4b6fb14
commit c4db75ca81

View file

@ -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;