Remove superflous casts.

This commit is contained in:
Markus Armbruster 2006-03-28 19:51:48 +00:00
parent a1ce7db238
commit bd2673a6e4
8 changed files with 8 additions and 8 deletions

View file

@ -109,7 +109,7 @@ surv(void)
np = getnatp(player->cnum);
xyrelrange(np, &nstr.range, &range);
border(&range, " ", "");
blankfill((s_char *)mapbuf, &nstr.range, 1);
blankfill(mapbuf, &nstr.range, 1);
while (nxtsct(&nstr, &sect)) {
if (!player->owner)
continue;