]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/hard.c
Remove superfluous parenthesis.
[empserver] / src / lib / commands / hard.c
index 9b2c9bd9aa127b0e84db6d5c745064c60efcd213..d526ce52b9af1180c949249c0215af90a93574e4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -103,7 +103,7 @@ hard(void)
        if (hcm <= n)
            n = hcm;
        pln.pln_harden += n;
-       player->dolcost += (5.0 * n);
+       player->dolcost += 5.0 * n;
        putplane(pln.pln_uid, &pln);
        sect.sct_item[I_HCM] = hcm - n;
        putsect(&sect);