relations: Inline putrel() into its only caller setrel()
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e5db45058d
commit
f88365e762
3 changed files with 1 additions and 8 deletions
|
@ -92,7 +92,7 @@ setrel(natid us, natid them, int rel)
|
|||
"Country %s has %s their relations with you to \"%s\"!\n",
|
||||
prnat(mynp), whichway, relates[rel]);
|
||||
|
||||
putrel(mynp, them, rel);
|
||||
mynp->nat_relate[them] = rel;
|
||||
putnat(mynp);
|
||||
|
||||
if (!player->god) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue