nil:: nilwidth recorded in cgi_string

This commit is contained in:
Zeno Rogue 2021-03-21 12:50:51 +01:00
parent c41d1e173c
commit 5ade959c02
1 changed files with 2 additions and 0 deletions

View File

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