(svn r25624) -Fix (r25620, r25623): Silence warnings

This commit is contained in:
zuu
2013-07-21 17:14:35 +00:00
parent 4f6d19465b
commit 789b4e320b
3 changed files with 3 additions and 1 deletions

View File

@@ -535,6 +535,8 @@ public:
SetDParamStr(0, pe->text);
DrawActionElement(y_offset, right - x, line_height, GetPageElementSprite(*pe));
break;
default: NOT_REACHED();
}
}