mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-08 06:59:55 +00:00
fixup to shape pattern
This commit is contained in:
parent
a755f26075
commit
3c29b987ce
@ -2007,7 +2007,10 @@ EX void convert() {
|
||||
sh.vertices.clear();
|
||||
sh.connections.clear();
|
||||
sh.cycle_length = id.modval;
|
||||
sh.orig_id = arcm::get_graphical_id(s);
|
||||
if(arcm::in())
|
||||
sh.orig_id = arcm::get_graphical_id(s);
|
||||
else
|
||||
sh.orig_id = shvid(s);
|
||||
sh.repeat_value = t / id.modval;
|
||||
sh.flags = hr::pseudohept(s) ? arcm::sfPH : 0;
|
||||
#if CAP_ARCM
|
||||
|
Loading…
Reference in New Issue
Block a user