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:
parent
c19ffb3597
commit
f65c8d5dc8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user