Skip to content

Commit

Permalink
Fixed|libcommon: "HUD Display" menu item not linked to 'map-huddisplay'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 24, 2013
1 parent 0d4bc30 commit 5817be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/plugins/common/src/hu_menu.c
Expand Up @@ -3091,6 +3091,7 @@ void Hu_MenuInitAutomapOptionsPage(void)
{ mndata_list_t* list = (mndata_list_t*)ob->_typedata;
mndata_listitem_t* item;

list->data = "map-huddisplay";
list->count = 3;
item = list->items = (mndata_listitem_t*)Z_Calloc(sizeof(mndata_listitem_t) * list->count, PU_GAMESTATIC, 0);

Expand Down

0 comments on commit 5817be2

Please sign in to comment.