(svn r18318) -Codechange: add an enum value for manual window placement

This commit is contained in:
rubidium
2009-11-28 13:54:28 +00:00
parent a427ab751d
commit 458c73aecb
9 changed files with 33 additions and 28 deletions

View File

@@ -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)