relations: Inline putrel() into its only caller setrel()

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-10-31 14:17:27 +01:00
parent e5db45058d
commit f88365e762
3 changed files with 1 additions and 8 deletions

View file

@ -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) {