set_coastal: Fix function comment

Screwed up in commit 6db2e6ec, v4.3.8.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-01-26 11:47:59 +01:00
parent 542a9ef83f
commit c1da9865a3

View file

@ -93,7 +93,6 @@ coastal_land_to_sea(coord x, coord y)
/* /*
* Compute coastal flags for a change of SP from OLDDES to NEWDES. * Compute coastal flags for a change of SP from OLDDES to NEWDES.
* Update adjacent sectors, but don't touch SP. * Update adjacent sectors, but don't touch SP.
* Return new coastal flag for SP.
*/ */
void void
set_coastal(struct sctstr *sp, int olddes, int newdes) set_coastal(struct sctstr *sp, int olddes, int newdes)