mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-14 15:38:23 +00:00
fieldpattern:: -fwrite displays the hash
This commit is contained in:
parent
d8e0618df0
commit
a8acbdd943
@ -1194,6 +1194,7 @@ int read_geom_args() {
|
||||
else if(argis("-fwrite")) {
|
||||
shstream hs;
|
||||
hwrite_fpattern(hs, currfp);
|
||||
println(hlog, "current fieldpattern hash: ", currfp.hashv);
|
||||
println(hlog, "current fieldpattern: ", as_cstring(hs.s));
|
||||
}
|
||||
else if(argis("-csp")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user