Fix a compiler warning, corn please review.

This commit is contained in:
Mark de Wever 2009-06-22 17:30:35 +00:00
parent 66e8839dda
commit 9b3d75f618

View file

@ -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;