Home
last modified time | relevance | path

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

/dports/games/keeperrl/keeperrl-alpha23/
H A Dlevel.h154 void removeLightSource(Vec2, double radius);
H A Dposition.cpp414 level->removeLightSource(coord, f->getLightEmission()); in removeFurniture()
436 level->removeLightSource(coord, prev->getLightEmission()); in replaceFurniture()
H A Dlevel.cpp117 void Level::removeLightSource(Vec2 pos, double radius) { in removeLightSource() function in Level