mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
nil:: nilwidth recorded in cgi_string
This commit is contained in:
@@ -1059,6 +1059,8 @@ EX string cgi_string() {
|
||||
if(nil) V("NIL", its(S7));
|
||||
|
||||
if(bt::in()) V("BT", fts(vid.binary_width));
|
||||
|
||||
if(nil) V("NILW", fts(nilv::nilwidth));
|
||||
|
||||
if(GDIM == 2) {
|
||||
V("CAMERA", fts(vid.camera));
|
||||
|
Reference in New Issue
Block a user