Skip to content

Commit 3897c9f

Browse files
committed
rogueviz::seuphorica::fixed tile_orientatilon_level not being cleared on restart
1 parent bbd154b commit 3897c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rogueviz/seuphorica.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,7 @@ int want_seed;
11421142
void reset_rv() {
11431143
View = Id; where_is_tile.clear(); current = next_language;
11441144
tile_orientation.clear();
1145+
tile_orientation_level.clear();
11451146
list_order.clear();
11461147
distance_from_board.clear();
11471148
dist_for = nullptr; distance_to.clear();

0 commit comments

Comments
 (0)