Remove silly superflous parenthesis.

This commit is contained in:
Markus Armbruster 2005-12-03 21:14:26 +00:00
parent e59c4bcfd0
commit e29f288289
8 changed files with 23 additions and 23 deletions

View file

@ -1004,7 +1004,7 @@ ac_flak_dam(int flak)
dam = (int)((roll(8) + 2) * mult);
if (dam > 100)
dam = 100;
return(dam);
return dam;
}
/*