Project

General

Profile

Bug #371 » 0015-Correct-fullfilled-to-fulfilled.patch

S3_1 - Marko Lindqvist, 03/29/2024 11:58 AM

View differences:

common/research.c
/************************************************************************//**
Mark as TECH_PREREQS_KNOWN each tech which is available, not known and
which has all requirements fullfiled.
which has all requirements fulfilled.
Recalculate presearch->num_known_tech_with_flag
Should always be called after research_invention_set().
server/diplhand.c
&(info->giver_reqs), RPT_POSSIBLE)
|| !are_reqs_active(&other_ctxt, pplayer,
&(info->receiver_reqs), RPT_POSSIBLE)) {
log_error("Requirements of a clause between %s and %s not fullfilled",
log_error("Requirements of a clause between %s and %s not fulfilled",
player_name(pplayer), player_name(pother));
return;
}
(2-2/2)