Fix build with Visual Studio 2013
This commit is contained in:
parent
5cc530141b
commit
ed80a8d6eb
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ void clear_current_scenario()
|
|||
void reset_current_scenario()
|
||||
{
|
||||
assert(!master_stats.empty());
|
||||
master_stats.back().team_stats = {};
|
||||
master_stats.back().team_stats = team_stats_t{};
|
||||
mid_scenario = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue