Fix a compiler warning, corn please review.
This commit is contained in:
parent
66e8839dda
commit
9b3d75f618
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ void game_state::set_variables(const config& vars) {
|
|||
void game_state::get_player_info(const config& cfg,
|
||||
std::string save_id, std::vector<team>& teams,
|
||||
const config& level, gamemap& map, unit_map& units,
|
||||
gamestatus& game_status, tod_manager& tod_mng, bool snapshot)
|
||||
gamestatus& /*game_status*/, tod_manager& tod_mng, bool snapshot)
|
||||
{
|
||||
player_info *player = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue