From c4db75ca8192534eafa43ccd115b37e5481daaa5 Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 3 Jul 2008 07:53:19 +0000 Subject: [PATCH] git-svn-id: https://svn.eduke32.com/eduke32@835 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 1771d47bf..b73b8475a 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -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;