]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/coastal.c
Update copyright notice
[empserver] / src / lib / subs / coastal.c
index 37f94d2f50b82d6eb570249d88e8abc1575e8b9c..34a34b2b4e96aba0df0918a5964608b21cde6227 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-2014, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -36,6 +36,7 @@
 #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)
@@ -93,7 +94,6 @@ 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.
  */
 void
 set_coastal(struct sctstr *sp, int olddes, int newdes)