mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +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];
|
||||
cgi.timestamp = ++ntimestamp;
|
||||
if(prod) product::underlying_cgip->timestamp = ntimestamp;
|
||||
|
||||
if(isize(cgis) > 4) {
|
||||
cgi.timestamp = ticks;
|
||||
|
Loading…
Reference in New Issue
Block a user