mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-08 10:14:08 +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")) {
|
else if(argis("-fwrite")) {
|
||||||
shstream hs;
|
shstream hs;
|
||||||
hwrite_fpattern(hs, currfp);
|
hwrite_fpattern(hs, currfp);
|
||||||
|
println(hlog, "current fieldpattern hash: ", currfp.hashv);
|
||||||
println(hlog, "current fieldpattern: ", as_cstring(hs.s));
|
println(hlog, "current fieldpattern: ", as_cstring(hs.s));
|
||||||
}
|
}
|
||||||
else if(argis("-csp")) {
|
else if(argis("-csp")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user