Bug #371 » 0015-Correct-fullfilled-to-fulfilled.patch
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;
|
||
}
|
- « Previous
- 1
- 2
- Next »