]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/plague.c
Update copyright notice
[empserver] / src / lib / update / plague.c
index db8b25c9852b1c97cf24a327427f70fe795626a7..d0d739ae17b2ca5a69cea3dd03c106389694fa8e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -35,7 +35,6 @@
 
 #include "chance.h"
 #include "item.h"
-#include "lost.h"
 #include "optlist.h"
 #include "nat.h"
 #include "news.h"
@@ -103,7 +102,7 @@ infect_people(struct natstr *np, struct sctstr *sp)
 
 /*
  * Given the fact that plague exists, kill off
- * people if in plague state DYING.  Increment
+ * people if in plague state PLG_DYING.  Increment
  * the plague time.  Return "current" plague
  * stage.  No reports generated here anymore.
  */