Function TCOD_map_clear

Function Documentation

void TCOD_map_clear(TCOD_Map *map, bool transparent, bool walkable)

Set all cell values on map to the given parameters.

This call also zeroes out the field-of-view attribute.