mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-26 02:14:48 +00:00
rebound 'i'nventory key no longer works if it should not
This commit is contained in:
@@ -677,7 +677,7 @@ void handleInput(int delta) {
|
|||||||
showMissionScreen();
|
showMissionScreen();
|
||||||
|
|
||||||
#if CAP_INV
|
#if CAP_INV
|
||||||
if(actionspressed[57] && !lactionpressed[57])
|
if(actionspressed[57] && !lactionpressed[57] && inv::on)
|
||||||
pushScreen(inv::show);
|
pushScreen(inv::show);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user