no more keys when paused

This commit is contained in:
Zeno Rogue 2020-10-26 17:48:03 +01:00
parent 452cad82cc
commit e7ba5e1875
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ void run() {
if(explore && sym == SDLK_BACKSPACE)
explore = false;
if(state == tsFalling) {
if(state == tsFalling && !paused) {
multi::handleInput(0);
bool consumed = false;
for(int i=0; i<bmLast; i++)