map_datamap()

Purpose

Displays a map as a data map

Old name

#define datamap map_datamap

Syntax

void map_datamap(mapnr)

Parameters

int mapnr

Map to display

Description

The map_datamap() function displays a map as a data map using the global variable data_flags. This is the normal way of displaying a map on the screen for input.

You can position the map on the screen by using the function map_new_position().

See also

map_remark(), map_menu(), map_new_position()