1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +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,6 +180,7 @@ namespace solv {
h->emeraldval = y->emeraldval; h->emeraldval = y->emeraldval;
h->fieldval = 0; h->fieldval = 0;
h->cdata = NULL; h->cdata = NULL;
h->alt = NULL;
return h; return h;
} }