remove a checksum

we already do a checksum in place_recruit so we don't need this one.
This commit is contained in:
gfgtdf 2014-04-16 19:07:56 +02:00
parent a15a92538e
commit 65f1d5dff8

View file

@ -998,8 +998,6 @@ bool recall_unit(const std::string & id, team & current_team,
resources::screen->invalidate_game_status();
// Other updates were done by place_recruit().
// Record a checksum so the replay can be verified.
checkup_instance->unit_checksum(loc);
return true;
}