mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 22:10:20 +00:00
record underlying in cgi string
This commit is contained in:
parent
2e066c106c
commit
ea67cd88f1
@ -914,6 +914,8 @@ EX void check_cgi() {
|
|||||||
|
|
||||||
if(binarytiling || GDIM == 3) V("WQ", its(vid.texture_step));
|
if(binarytiling || GDIM == 3) V("WQ", its(vid.texture_step));
|
||||||
|
|
||||||
|
if(hybri) V("U", its(int(hybrid::underlying)));
|
||||||
|
|
||||||
if(prod) V("PL", fts(vid.plevel_factor));
|
if(prod) V("PL", fts(vid.plevel_factor));
|
||||||
|
|
||||||
if(binarytiling) V("BT", fts(vid.binary_width));
|
if(binarytiling) V("BT", fts(vid.binary_width));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user