mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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() {
|
||||
if(true) {
|
||||
dynamicval<eGeometry> b(geometry, base);
|
||||
dynamicval<eVariation> bv(variation, eVariation::pure);
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
cgi.require_shapes();
|
||||
|
Loading…
Reference in New Issue
Block a user