Clean up more unreadable assignments within if conditionals
This commit is contained in:
parent
6459cfce7b
commit
a2ed975ec2
19 changed files with 92 additions and 81 deletions
|
@ -96,8 +96,8 @@ rout(void)
|
|||
if (!player->owner)
|
||||
continue;
|
||||
p = &map[ns.dy][ns.dx * 2];
|
||||
if ((dir = sect.sct_del[i_del] & 0x7) &&
|
||||
nstr_exec(cond, ncond, §))
|
||||
dir = sect.sct_del[i_del] & 0x7;
|
||||
if (dir && nstr_exec(cond, ncond, §))
|
||||
memcpy(p, routech[dir], 3);
|
||||
p[1] = dchr[sect.sct_type].d_mnem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue