MCPcopy Create free account
hub / github.com/NetHack/NetHack / mapmode2menuid

Function mapmode2menuid

outdated/sys/wince/mhmain.c:1103–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103int
1104mapmode2menuid(int map_mode)
1105{
1106 struct t_menu2mapmode *p;
1107 for (p = _menu2mapmode; p->mapMode != -1; p++)
1108 if (p->mapMode == map_mode)
1109 return p->menuID;
1110 return -1;
1111}
1112
1113HMENU
1114_get_main_menu(UINT menu_id)

Callers 1

mswin_select_map_modeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected