Apply the new ground_level method.
[crawl.git] / crawl-ref / source / mgen_data.cc
blob23553f056dbcf977255ad85bac3c86970bc11396
1 #include "AppHdr.h"
3 #include "mgen_data.h"
5 #include "coord.h"
7 bool mgen_data::use_position() const
9 return (in_bounds(pos));