Fix -Wreorder warning
This commit is contained in:
parent
6bf76d940b
commit
2454059f76
1 changed files with 1 additions and 1 deletions
|
@ -43,8 +43,8 @@ game_board::game_board(const ter_data_cache & tdata, const config & level)
|
|||
|
||||
game_board::game_board(const game_board & other)
|
||||
: teams_(other.teams_)
|
||||
, map_(new gamemap(*(other.map_)))
|
||||
, labels_(other.labels_)
|
||||
, map_(new gamemap(*(other.map_)))
|
||||
, unit_id_manager_(other.unit_id_manager_)
|
||||
, units_(other.units_) {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue