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

@ -101,7 +101,7 @@ rout(void)
natp = getnatp(player->cnum);
xyrelrange(natp, &ns.range, &relrange);
memset(mapbuf, 0, ((WORLD_Y * MAPWIDTH(3))));
blankfill((s_char *)mapbuf, &ns.range, 3);
blankfill(mapbuf, &ns.range, 3);
border(&relrange, " ", " ");
while (nxtsct(&ns, &sect)) {