map_clear_remarks()

Purpose

Clears all remark maps

Old name

#define clearremarks map_clear_remarks

Syntax

void map_clear_remarks(void)

Description

This function removes all maps displayed with the parameter flags set to the value REMARK. This function is called within the askf_x() and scrnx_map() functions just before they return.

See also

map_clear_after(), map_clear_from(), map_clear_all()

Example

map_clear_remarks();