1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(svn r26127) -Fix (r18186): missing break

This commit is contained in:
rubidium
2013-11-26 15:08:15 +00:00
parent 54a8e00a7e
commit f514e31978

View File

@@ -2420,6 +2420,7 @@ void NWidgetLeaf::Draw(const Window *w)
default: NOT_REACHED();
}
DrawImageButtons(r, WWT_PUSHIMGBTN, this->colour, clicked, sprite);
break;
}
case WWT_LABEL: