repo.or.cz
/
crawl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply the new ground_level method.
[crawl.git]
/
crawl-ref
/
source
/
mgen_data.cc
blob
23553f056dbcf977255ad85bac3c86970bc11396
1
#include
"AppHdr.h"
2
3
#include
"mgen_data.h"
4
5
#include
"coord.h"
6
7
bool
mgen_data
::
use_position
()
const
8
{
9
return
(
in_bounds
(
pos
));
10
}