mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed specifying -tparx SingleHex
This commit is contained in:
parent
6ea7698304
commit
efa22ac125
@ -1028,7 +1028,7 @@ int read_geom_args() {
|
||||
exit(1);
|
||||
}
|
||||
torusconfig::torus_mode = torusconfig::eTorusMode(tmode);
|
||||
if(torusconfig::torus_mode == torusconfig::tmSingle)
|
||||
if(torusconfig::tmflags() & torusconfig::TF_SINGLE)
|
||||
torusconfig::qty = torusconfig::sdx,
|
||||
torusconfig::dy = torusconfig::sdy;
|
||||
torusconfig::activate();
|
||||
|
Loading…
Reference in New Issue
Block a user