1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-16 17:09:37 +00:00

fixup to shape pattern

This commit is contained in:
Zeno Rogue 2024-05-28 13:08:08 +02:00
parent a755f26075
commit 3c29b987ce

View File

@ -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