Merge branch 'v14'

This commit is contained in:
dP
2025-09-04 23:08:10 +05:00
24 changed files with 478 additions and 382 deletions

View File

@@ -63,7 +63,6 @@ namespace citymania {
void ChangeGraphBackgroundColour(NWidgetPart *nwid_begin, NWidgetPart *nwid_end) {
for (auto w = nwid_begin; w != nwid_end; w++) {
switch (w->type) {
case WWT_TEXT:
case WWT_RESIZEBOX:
case WWT_MATRIX:
case NWID_VSCROLLBAR: