mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-06 08:24:06 +00:00
removed reference to gTorus
This commit is contained in:
parent
411dffb601
commit
4a9fe001ee
@ -1142,7 +1142,7 @@ EX namespace mirror {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool noMirrorOn(cell *c) {
|
bool noMirrorOn(cell *c) {
|
||||||
return c->monst || (!shmup::on && isPlayerOn(c)) || (geometry != gFieldQuotient && geometry != gTorus && c->cpdist > gamerange());
|
return c->monst || (!shmup::on && isPlayerOn(c)) || (!bounded && c->cpdist > gamerange());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cellMirrorable(cell *c) {
|
bool cellMirrorable(cell *c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user