Home
last modified time | relevance | path

Searched refs:map_corruption_marker (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapmark.cc34 &map_corruption_marker::read,
463 map_corruption_marker::map_corruption_marker(const coord_def &p, in map_corruption_marker() function in map_corruption_marker
469 void map_corruption_marker::write(writer &out) const in write()
475 void map_corruption_marker::read(reader &in) in read()
481 map_marker *map_corruption_marker::read(reader &in, map_marker_type) in read()
483 map_corruption_marker *mc = new map_corruption_marker(); in read()
488 map_marker *map_corruption_marker::clone() const in clone()
490 map_corruption_marker *mark = new map_corruption_marker(pos, duration); in clone()
494 string map_corruption_marker::debug_describe() const in debug_describe()
H A Dmapmark.h101 class map_corruption_marker : public map_marker
104 map_corruption_marker(const coord_def &pos = coord_def(0, 0),
H A Dabyss.cc1787 env.markers.add(new map_corruption_marker(pos, duration)); in _place_corruption_seed()
1867 map_corruption_marker *cmark = dynamic_cast<map_corruption_marker*>(marker); in _apply_corruption_effect()