]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/detonate.c
COPYING duplicates information from README. Remove. Move GPL from
[empserver] / src / lib / subs / detonate.c
index e281b2681740272be496c87f007247c83f4780aa..426c32b34530bd78eecb23910fd21681cc1ba236 100644 (file)
@@ -19,9 +19,9 @@
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
@@ -113,7 +113,7 @@ detonate(struct plnstr *pp, int x, int y)
                fallout += damage * 30;
            else
                fallout += damage * 3;
-           sect.sct_fallout = min(fallout, FALLOUT_MAX);
+           sect.sct_fallout = MIN(fallout, FALLOUT_MAX);
        }
        if (damage > 100) {
            makelost(EF_SECTOR, sect.sct_own, 0, sect.sct_x, sect.sct_y);