(svn r24915) -Fix: Several out-of-bounds reads

This commit is contained in:
smatz
2013-01-14 21:16:56 +00:00
parent 914bb708ad
commit 3a3162865b
4 changed files with 9 additions and 7 deletions

View File

@@ -200,7 +200,7 @@ struct HighScoreWindow : EndGameHighScoreBaseWindow {
};
static const NWidgetPart _nested_highscore_widgets[] = {
NWidget(WWT_PANEL, COLOUR_END, WID_H_BACKGROUND), SetMinimalSize(641, 481), SetResize(1, 1), EndContainer(),
NWidget(WWT_PANEL, COLOUR_BROWN, WID_H_BACKGROUND), SetMinimalSize(641, 481), SetResize(1, 1), EndContainer(),
};
static const WindowDesc _highscore_desc(