Skip to content

Commit

Permalink
Merge pull request #37176 from Qrox/fix-death-cam
Browse files Browse the repository at this point in the history
Fix time not advancing in death cam mode
  • Loading branch information
ZhilkinSerg authored Jan 19, 2020
2 parents 549cb86 + 4a530aa commit 0840952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ input_context game::get_player_input( std::string &action )
.on_top( true )
.show();
}
} while( handle_mouseview( ctxt, action )
} while( handle_mouseview( ctxt, action ) && uquit != QUIT_WATCH
&& ( action != "TIMEOUT" || !current_turn.has_timeout_elapsed() ) );
ctxt.reset_timeout();
} else {
Expand Down

0 comments on commit 0840952

Please sign in to comment.