Changeset - r21047:83972a61f6e2
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-11-26 15:08:15
rubidium@openttd.org
(svn r26127) -Fix (r18186): missing break
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/widget.cpp
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)