map_menu()

Purpose

Displays a map as menu map

Old name

#define menu map_menu

Syntax

void map_menu(mapnr)

Parameters

int mapnr

Number of map to display

Description

The function map_menu() displays the map as a menu map using the global variable menu_flags to define the format.

Use this function for giving your menus a consistent appearance.

You can also position the map with the map_new_position() function.

See also

map_datamap(), map_remark(), map_new_position()