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

arcm:: correct cgip is used for the altmap

This commit is contained in:
Zeno Rogue
2021-08-05 12:48:14 +02:00
parent fcf55f1852
commit f21a36a7aa
2 changed files with 21 additions and 7 deletions

View File

@@ -1194,6 +1194,7 @@ EX void check_cgi() {
cgi.timestamp = ++ntimestamp;
if(hybri) hybrid::underlying_cgip->timestamp = ntimestamp;
if(fake::in()) fake::underlying_cgip->timestamp = ntimestamp;
if(arcm::alt_cgip) arcm::alt_cgip->timestamp = ntimestamp;
if(isize(cgis) > 4) {
vector<pair<int, string>> timestamps;