forked from mirror/OpenTTD
(svn r18318) -Codechange: add an enum value for manual window placement
This commit is contained in:
@@ -179,14 +179,14 @@ static const NWidgetPart _nested_highscore_widgets[] = {
|
||||
};
|
||||
|
||||
static const WindowDesc _highscore_desc(
|
||||
0, 0, 641, 481,
|
||||
WDP_MANUAL, WDP_MANUAL, 641, 481,
|
||||
WC_HIGHSCORE, WC_NONE,
|
||||
0,
|
||||
_nested_highscore_widgets, lengthof(_nested_highscore_widgets)
|
||||
);
|
||||
|
||||
static const WindowDesc _endgame_desc(
|
||||
0, 0, 641, 481,
|
||||
WDP_MANUAL, WDP_MANUAL, 641, 481,
|
||||
WC_ENDSCREEN, WC_NONE,
|
||||
0,
|
||||
_nested_highscore_widgets, lengthof(_nested_highscore_widgets)
|
||||
|
Reference in New Issue
Block a user