Fixed bug #7156. Speaking as an observer has been disabled.

This commit is contained in:
uid69097 2004-01-19 21:36:06 +00:00
parent 8e4d2cb18f
commit daeab295a4

View file

@ -666,7 +666,7 @@ bool turn_info::can_execute_command(hotkey::HOTKEY_COMMAND command) const
return true;
case hotkey::HOTKEY_SPEAK:
return network::nconnections() > 0;
return !browse_ && network::nconnections() > 0;
case hotkey::HOTKEY_REDO:
return !browse_ && !redo_stack_.empty();