mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 18:57:56 +00:00
exporting necessary stuff all over (in progress)
This commit is contained in:
@@ -245,7 +245,7 @@ int getSeepcount() {
|
||||
return seepcount;
|
||||
}
|
||||
|
||||
bool canReachPlayer(cell *cf, eMonster m) {
|
||||
EX bool canReachPlayer(cell *cf, eMonster m) {
|
||||
manual_celllister cl;
|
||||
cl.add(cf);
|
||||
for(int i=0; i<isize(cl.lst) && i < 10000; i++) {
|
||||
|
Reference in New Issue
Block a user