mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed crash in Palace on Zebra
This commit is contained in:
parent
95896cba5a
commit
09722ca2f6
@ -161,6 +161,7 @@ int fiftyval049(cell *c) {
|
|||||||
else if(ctof(c)) {
|
else if(ctof(c)) {
|
||||||
int i = fiftyval(c) / 32;
|
int i = fiftyval(c) / 32;
|
||||||
if(i <= 7) return i;
|
if(i <= 7) return i;
|
||||||
|
if(quotient) return 0;
|
||||||
vector<int> allcodes;
|
vector<int> allcodes;
|
||||||
for(int k=0; k<7; k++) {
|
for(int k=0; k<7; k++) {
|
||||||
cell *c2 = createStep(c->master, k)->c7;
|
cell *c2 = createStep(c->master, k)->c7;
|
||||||
|
Loading…
Reference in New Issue
Block a user