mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed crashes in Zebra in Hat and some other geometries
This commit is contained in:
parent
a9b6452d25
commit
f99e95b914
@ -218,7 +218,7 @@ void wanderingZebra(cell *start) {
|
||||
return;
|
||||
}
|
||||
int q = 0;
|
||||
cell *ctab[8];
|
||||
cell *ctab[FULL_EDGE];
|
||||
for(int i=0; i<c->type; i++) {
|
||||
cell *c3 = c->move(i);
|
||||
if(c3 && c3 != c2 && c3->land == laZebra && c3->wall == waNone)
|
||||
|
Loading…
Reference in New Issue
Block a user