Remove some redundant casts.

This commit is contained in:
Markus Armbruster 2005-05-28 08:37:52 +00:00
parent e2fe05be18
commit ce6c039519
7 changed files with 16 additions and 16 deletions

View file

@ -144,7 +144,7 @@ radmap2(int owner,
y = delty(&ns.range, (int)plane.pln_y);
if ((plane.pln_flags & PLN_LAUNCHED) && plane.pln_own != owner) {
vis[y][x] = (s_char)100;
vis[y][x] = 100;
rad[y][x] = '$';
}
}