mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 20:44:24 +00:00
Fix -Wreorder warning
This commit is contained in:
parent
6bf76d940b
commit
2454059f76
@ -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…
x
Reference in New Issue
Block a user