mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-28 01:44:54 +00:00
product:: prevented underlying_cgip from being freed
This commit is contained in:
parent
d79a6faa6f
commit
9d84d5393b
@ -870,6 +870,7 @@ EX void check_cgi() {
|
|||||||
|
|
||||||
cgip = &cgis[s];
|
cgip = &cgis[s];
|
||||||
cgi.timestamp = ++ntimestamp;
|
cgi.timestamp = ++ntimestamp;
|
||||||
|
if(prod) product::underlying_cgip->timestamp = ntimestamp;
|
||||||
|
|
||||||
if(isize(cgis) > 4) {
|
if(isize(cgis) > 4) {
|
||||||
cgi.timestamp = ticks;
|
cgi.timestamp = ticks;
|
||||||
|
Loading…
Reference in New Issue
Block a user