(svn r1435) Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode

This commit is contained in:
dominik
2005-01-08 20:55:21 +00:00
parent a4aa201b2f
commit b2063e2150
5 changed files with 6 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ static const WindowDesc _build_docks_toolbar_desc = {
void ShowBuildDocksToolbar()
{
if (_current_player == OWNER_SPECTATOR) return;
DeleteWindowById(WC_BUILD_TOOLBAR, 0);
AllocateWindowDesc(&_build_docks_toolbar_desc);
}