fix compile error

This commit is contained in:
Jérémy Rosen 2006-09-06 19:11:49 +00:00
parent 6e5b846ad7
commit 369871bacb

View File

@ -192,7 +192,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
//if this is an ally of the dropping side and it is not us (choose local player
//if you want that) and if it is not the dropping side itself, get this team in as well
options.push_back(_("Replace with ") + team->save_id());
allies.push_back(team);
allies.push_back(&(*team));
}
}