git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@546 c06c8d41-db1a-0410-9941-cceddc491573
PJDC24L7LXX6NZ7J5P7MNJJHAKQDJQEBV4CMDR4VSXLMWRIBMNKQC
}
void unnotice_labyrinth_portal()
{
level_pos curpos(level_id::get_current_level_id());
// XXX Is there really no better way to do this?
curpos.pos.x = you.x_pos;
curpos.pos.y = you.y_pos;
if ( portals_present.find(curpos) != portals_present.end() )
portals_present.erase(curpos);
else
mprf(MSGCH_DIAGNOSTICS, "Oops - tried to unnotice bad portal.");