mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +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…
Reference in New Issue
Block a user