mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixup to hat_param_imag
This commit is contained in:
parent
2576918b8a
commit
1c2dbcc7d9
@ -1262,6 +1262,7 @@ EX string cgi_string() {
|
||||
|
||||
if(bt::in()) V("BT", fts(vid.binary_width));
|
||||
if(hat::in()) V("H", fts(hat::hat_param));
|
||||
if(hat::in() && hat::hat_param_imag) V("HI", fts(hat::hat_param_imag));
|
||||
|
||||
if(nil) V("NILW", fts(nilv::nilwidth));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user