Skip to content

Commit

Permalink
Fixed Heretic: Main game menu positioned vertically eight pixels too …
Browse files Browse the repository at this point in the history
…low.
  • Loading branch information
danij-deng committed Mar 27, 2010
1 parent b82c51c commit e1c7d5c
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 @@ -328,7 +328,7 @@ menu_t MainDef = {
0, 5
#elif __JHERETIC__
0,
110, 64,
110, 56,
M_DrawMainMenu,
5, MainItems,
0, MENU_NONE,
Expand Down

0 comments on commit e1c7d5c

Please sign in to comment.