1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-20 11:54:48 +00:00

fixed crashes (?) after moving to 3D and back

This commit is contained in:
Zeno Rogue 2019-04-29 03:37:47 +02:00
parent c19ffb3597
commit f65c8d5dc8

View File

@ -1841,6 +1841,7 @@ void bshape(hpcshape& sh, PPR prio) {
last = &sh;
last->s = isize(hpc), last->prio = prio;
last->flags = 0;
last->tinf = NULL;
first = true;
}