1
0
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:
Zeno Rogue 2019-08-18 18:44:19 +02:00
parent d79a6faa6f
commit 9d84d5393b

View File

@ -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;