]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/coastal.c
Update copyright notice
[empserver] / src / lib / subs / coastal.c
index 37f94d2f50b82d6eb570249d88e8abc1575e8b9c..0e9d4dbf33472db0f1cebfc50b493600908b55cd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
 
 #include <config.h>
 
-#include "file.h"
 #include "path.h"
 #include "prototypes.h"
 #include "sect.h"
+#include "xy.h"
 
 static int
 update_coastal_flag(coord x, coord y, coord ign_x, coord ign_y)
@@ -91,9 +91,8 @@ coastal_land_to_sea(coord x, coord y)
 }
 
 /*
- * Compute coastal flags for a change of SP from OLDDES to NEWDES.
- * Update adjacent sectors, but don't touch SP.
- * Return new coastal flag for SP.
+ * Compute coastal flags for a change of @sp from @olddes to @newdes.
+ * Update adjacent sectors, but don't touch @sp.
  */
 void
 set_coastal(struct sctstr *sp, int olddes, int newdes)