mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 22:57:38 +00:00
fieldpattern:: -fwrite displays the hash
This commit is contained in:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user