Remove superflous casts.
This commit is contained in:
parent
a1ce7db238
commit
bd2673a6e4
8 changed files with 8 additions and 8 deletions
|
@ -102,7 +102,7 @@ path(void)
|
|||
snxtsct_area(&ns, &absrange);
|
||||
natp = getnatp(player->cnum);
|
||||
xyrelrange(natp, &absrange, &relrange);
|
||||
blankfill((s_char *)mapbuf, &ns.range, 3);
|
||||
blankfill(mapbuf, &ns.range, 3);
|
||||
for (; *pp; ++pp) {
|
||||
i = diridx(*pp);
|
||||
if (i == DIR_STOP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue