Fixed compilation, deleted 16bpp blitter

This commit is contained in:
Sergii Pylypenko
2021-11-29 03:15:54 +02:00
parent 2f6b20cbfd
commit a1ef54fa60
22 changed files with 30 additions and 1110 deletions

View File

@@ -242,7 +242,7 @@ static void PopupMainCompanyToolbMenu(Window *w, int widget, int grey = 0)
list.emplace_back(new DropDownListStringItem(STR_NETWORK_COMPANY_LIST_SPECTATE, CTMN_SPECTATE, false));
}
list.emplace_back(new DropDownListStringItem(STR_NETWORK_CLIENTLIST_SPEAK_TO_ALL, CTMN_SPEAK_ALL, false));
list.emplace_back(new DropDownListStringItem(STR_NETWORK_CHAT_ALL_CAPTION, CTMN_SPEAK_ALL, false));
break;
case WID_TN_STORY:
@@ -1234,7 +1234,7 @@ static CallBackFunction ToolbarShiftClick(Window *w)
static CallBackFunction ToolbarDeleteClick(Window *w)
{
DeleteNonVitalWindows();
CloseNonVitalWindows();
_ctrl_pressed = false;
w->SetWidgetLoweredState(WID_TN_CTRL, _ctrl_pressed);
w->SetWidgetDirty(WID_TN_CTRL);