From 0d3cb57ba8cfa8a8b5dbfc652ba94691a23f77ca Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 16 Oct 2017 00:20:32 +0200 Subject: [PATCH] rebound 'i'nventory key no longer works if it should not --- shmup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shmup.cpp b/shmup.cpp index 2fa7950a..9de58b03 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -677,7 +677,7 @@ void handleInput(int delta) { showMissionScreen(); #if CAP_INV - if(actionspressed[57] && !lactionpressed[57]) + if(actionspressed[57] && !lactionpressed[57] && inv::on) pushScreen(inv::show); #endif