|
Purpose |
Restores old map position values |
|
Old name |
#define old_map_position map_old_position |
|
Syntax |
void map_old_position() |
|
Description |
The map_old_position() function is used in conjunction with the map_new_position() function to set up a map and field to which all future maps, displayed using the map_datamap(), map_remark() or map_menu() functions, are attached. You can call the function map_new_position() up to a level of 10 to change these values. map_old_position() is used to return to the previous level. If the function map_new_position() is not called previously this function has no effect and the map_remark(), map_datamap() and map_menu() functions display their maps in the normal way. |
|
See also |