mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed Euclidean Zebra
This commit is contained in:
parent
b214f3e97e
commit
5ff14c3d16
3
cell.cpp
3
cell.cpp
@ -961,7 +961,8 @@ int fiftyval049(cell *c) {
|
|||||||
// zebraval
|
// zebraval
|
||||||
|
|
||||||
int zebra40(cell *c) {
|
int zebra40(cell *c) {
|
||||||
if(ctof(c)) return (c->master->zebraval/10);
|
if(euclid) return eupattern(c);
|
||||||
|
else if(ctof(c)) return (c->master->zebraval/10);
|
||||||
else if(sphere) return 0;
|
else if(sphere) return 0;
|
||||||
else if(euclid) return eupattern(c);
|
else if(euclid) return eupattern(c);
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user