mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-28 21:53:20 +00:00
rogueviz::seuphorica::fixed tile_orientatilon_level not being cleared on restart
This commit is contained in:
parent
bbd154bbf0
commit
3897c9f6ba
@ -1142,6 +1142,7 @@ int want_seed;
|
|||||||
void reset_rv() {
|
void reset_rv() {
|
||||||
View = Id; where_is_tile.clear(); current = next_language;
|
View = Id; where_is_tile.clear(); current = next_language;
|
||||||
tile_orientation.clear();
|
tile_orientation.clear();
|
||||||
|
tile_orientation_level.clear();
|
||||||
list_order.clear();
|
list_order.clear();
|
||||||
distance_from_board.clear();
|
distance_from_board.clear();
|
||||||
dist_for = nullptr; distance_to.clear();
|
dist_for = nullptr; distance_to.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user