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

@ -549,7 +549,7 @@ perform_mission(coord x, coord y, natid victim, struct emp_qelem *list,
a sub. */
if (*s != 's')
continue;
if (sp->shp_mobil < (s_char)0)
if (sp->shp_mobil < 0)
continue;
gun = sp->shp_item[I_GUN];
if (gun < 1)