diff --git a/tests/test_main.cpp b/tests/test_main.cpp index 99c2dbc2c68af..dd6134cb879c3 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -146,6 +146,8 @@ static void init_global_game_state( const std::vector &mods, overmap_buffer.create_custom_overmap( point_zero, empty_specials ); g->m.load( tripoint( g->get_levx(), g->get_levy(), g->get_levz() ), false ); + + g->weather.update_weather(); } // Checks if any of the flags are in container, removes them all