1
0
Fork 0

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

release/1.4
rubidium 2013-11-26 15:08:15 +00:00
parent 54a8e00a7e
commit f514e31978
1 changed files with 1 additions and 0 deletions

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: