From 4a530aacdfc9a351f8d40108ee701c8fee88c1ae Mon Sep 17 00:00:00 2001 From: Qrox Date: Sat, 18 Jan 2020 21:36:29 +0800 Subject: [PATCH] Fix time not advancing in death cam mode --- src/handle_action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handle_action.cpp b/src/handle_action.cpp index 2fbe56e2e7fae..7a834846ead64 100644 --- a/src/handle_action.cpp +++ b/src/handle_action.cpp @@ -323,7 +323,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 {