Skip to content

Commit

Permalink
Hexen|Fixed: "Choose Skill Level:" title positioned incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Apr 22, 2012
1 parent 69a8d40 commit f5c1190
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 @@ -3264,7 +3264,7 @@ void Hu_MenuDrawSkillPage(mn_page_t* page, const Point2Raw* origin)

DGL_Disable(DGL_TEXTURE_2D);
#elif __JHEXEN__
Hu_MenuDrawPageTitle("Choose Skill Level:", origin->x - 46, origin->y - 28);
Hu_MenuDrawPageTitle("Choose Skill Level:", origin->x + 36, origin->y - 28);
#endif
}

Expand Down

0 comments on commit f5c1190

Please sign in to comment.