Remove superflous casts.
This commit is contained in:
parent
a1ce7db238
commit
bd2673a6e4
8 changed files with 8 additions and 8 deletions
|
@ -89,7 +89,7 @@ sct(void)
|
|||
ns.ncond = 0;
|
||||
xyrelrange(getnatp(player->cnum), &ns.range, &range);
|
||||
border(&range, " ", "");
|
||||
blankfill((s_char *)mapbuf, &ns.range, 1);
|
||||
blankfill(mapbuf, &ns.range, 1);
|
||||
while (nxtsct(&ns, §)) {
|
||||
if (!player->owner)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue