1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-27 13:13:16 +00:00

rogueviz::seuphorica::fixed tile_orientatilon_level not being cleared on restart

This commit is contained in:
Zeno Rogue 2025-03-11 11:10:24 +01:00
parent bbd154bbf0
commit 3897c9f6ba

View File

@ -1142,6 +1142,7 @@ int want_seed;
void reset_rv() {
View = Id; where_is_tile.clear(); current = next_language;
tile_orientation.clear();
tile_orientation_level.clear();
list_order.clear();
distance_from_board.clear();
dist_for = nullptr; distance_to.clear();