File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12763,18 +12763,20 @@ bool game::travel_to_dimension( const std::string &new_prefix )
12763
12763
dimension_prefix.clear();
12764
12764
}
12765
12765
// Load in data specific to the dimension (like weather)
12766
- if( !load_dimension_data() ) {
12766
+ // if( !load_dimension_data() ) {
12767
12767
// dimension data file not found/created yet
12768
12768
/* handle weather instance switching when I have dimensions with different region settings,
12769
12769
right now they're all the same and it's hard to tell if it's working or not. */
12770
12770
// weather.set_nextweather( calendar::turn );
12771
- }
12771
+ // }
12772
12772
// Ensure the new world has compression files
12773
12773
world_generator->active_world->assure_compression_files_present();
12774
+ // Clear the immediate game area around the player
12774
12775
MAPBUFFER.clear();
12775
12776
// hack to prevent crashes from temperature checks
12776
12777
// This returns to false in 'on_turn()' so it should be fine?
12777
12778
swapping_dimensions = true;
12779
+ // Clear the overmap
12778
12780
overmap_buffer.clear();
12779
12781
// load/create new overmap
12780
12782
overmap_buffer.get( point_abs_om{} );
You can’t perform that action at this time.
0 commit comments