1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 18:29:59 +00:00

solv:: fixed incorrect alt

This commit is contained in:
Zeno Rogue 2019-07-30 13:04:47 +02:00
parent 148db6b84c
commit f07801f2b3

View File

@ -180,7 +180,8 @@ namespace solv {
h->emeraldval = y->emeraldval; h->emeraldval = y->emeraldval;
h->fieldval = 0; h->fieldval = 0;
h->cdata = NULL; h->cdata = NULL;
return h; h->alt = NULL;
return h;
} }
hrmap_sol() { hrmap_sol() {