mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
fixed a possible crash in notknot initialization
This commit is contained in:
@@ -1136,6 +1136,7 @@ auto h = addHook(hooks_newmap, 0, [] {
|
||||
|
||||
void create_notknot() {
|
||||
if(true) {
|
||||
vid.texture_step = 1;
|
||||
dynamicval<eGeometry> b(geometry, base);
|
||||
dynamicval<eVariation> bv(variation, eVariation::pure);
|
||||
check_cgi();
|
||||
|
Reference in New Issue
Block a user