From 293dfd7c3e754b846b745d80fa4ca6795b9f7ed0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 28 Nov 2009 14:42:35 +0000 Subject: (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. --- src/highscore_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/highscore_gui.cpp') diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp index 03f43fede..ed8f2303a 100644 --- a/src/highscore_gui.cpp +++ b/src/highscore_gui.cpp @@ -179,14 +179,14 @@ static const NWidgetPart _nested_highscore_widgets[] = { }; static const WindowDesc _highscore_desc( - WDP_MANUAL, WDP_MANUAL, 641, 481, + WDP_MANUAL, 641, 481, WC_HIGHSCORE, WC_NONE, 0, _nested_highscore_widgets, lengthof(_nested_highscore_widgets) ); static const WindowDesc _endgame_desc( - WDP_MANUAL, WDP_MANUAL, 641, 481, + WDP_MANUAL, 641, 481, WC_ENDSCREEN, WC_NONE, 0, _nested_highscore_widgets, lengthof(_nested_highscore_widgets) -- cgit v1.2.3-54-g00ecf