1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-13 00:49:54 +00:00

fixup to new embeddings, pointer cgi1 in sky

This commit is contained in:
Zeno Rogue 2023-01-27 10:18:19 +01:00
parent 56f5fee8dd
commit 9e6e8e02b0

View File

@ -607,7 +607,7 @@ EX void make_air() {
S = g.T.T; S = g.T.T;
S = current_display->radar_transform * S; S = current_display->radar_transform * S;
geometry = orig; geometry = orig;
S = cgi1.emb->actual_to_base(S); S = cgi1->emb->actual_to_base(S);
} }
auto& h = cgi.shFullFloor.b[shvid(g.c)]; auto& h = cgi.shFullFloor.b[shvid(g.c)];