Skip to content

Commit

Permalink
Game Menu|Doom: Moved color widget further right
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 18, 2012
1 parent 0280bd9 commit a050c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_menu.c
Expand Up @@ -2412,7 +2412,7 @@ static void initAllPages(void)
#if __JHERETIC__ || __JHEXEN__
const Point2Raw origin = { 98, 60 };
#else
const Point2Raw origin = { 98, 60 };
const Point2Raw origin = { 124, 60 };
#endif

page = Hu_MenuNewPage("ColorWidget", &origin, Hu_MenuPageTicker, NULL, Hu_MenuColorWidgetCmdResponder, NULL);
Expand Down

0 comments on commit a050c47

Please sign in to comment.