summaryrefslogtreecommitdiff
path: root/src/highscore_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2013-01-14 21:16:56 +0000
committersmatz <smatz@openttd.org>2013-01-14 21:16:56 +0000
commit3a3162865b3174bddcc295fd4bd4eb5398a50ea5 (patch)
treeaa526d8634c2addc8a92e7bfb2a1a81378212993 /src/highscore_gui.cpp
parent914bb708ad1558a10112e1001381d90348e82690 (diff)
downloadopenttd-3a3162865b3174bddcc295fd4bd4eb5398a50ea5.tar.xz
(svn r24915) -Fix: Several out-of-bounds reads
Diffstat (limited to 'src/highscore_gui.cpp')
-rw-r--r--src/highscore_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp
index 079b16e7f..768b32e49 100644
--- a/src/highscore_gui.cpp
+++ b/src/highscore_gui.cpp
@@ -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(