mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-11 14:08:18 +00:00
rogueviz:: fixed variation in create_notknot to pure
This commit is contained in:
parent
cfb47631ac
commit
68da2e967c
@ -1137,6 +1137,7 @@ auto h = addHook(hooks_newmap, 0, [] {
|
|||||||
void create_notknot() {
|
void create_notknot() {
|
||||||
if(true) {
|
if(true) {
|
||||||
dynamicval<eGeometry> b(geometry, base);
|
dynamicval<eGeometry> b(geometry, base);
|
||||||
|
dynamicval<eVariation> bv(variation, eVariation::pure);
|
||||||
check_cgi();
|
check_cgi();
|
||||||
cgi.require_basics();
|
cgi.require_basics();
|
||||||
cgi.require_shapes();
|
cgi.require_shapes();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user