fixed a crash bug when displaying Reptiles

This commit is contained in:
Zeno Rogue 2018-08-31 04:18:58 +02:00
parent 5dea01b934
commit c1cdd74dd2
1 changed files with 1 additions and 1 deletions

View File

@ -2614,7 +2614,7 @@ int reptilecolor(cell *c) {
if(archimedean)
i = c->master->rval0 & 3;
else {
int i = zebra40(c);
i = zebra40(c);
if(!masterless) {
if(i >= 4 && i < 16) i = 0;