]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/ship.c
Update copyright notice
[empserver] / src / lib / subs / ship.c
index 3e9462bb1a73ed7d910101b2eb374d7ddc490041..43a0a200b6dff3b9dff1505e990f371f02bbd822 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  ---
  *
  *  ship.c: Ship pre-write data massage
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 1996
+ *     Markus Armbruster, 2004-2008
  */
 
 #include <config.h>
@@ -69,7 +70,7 @@ shp_prewrite(int n, void *old, void *new)
     if (!own) {
        sp->shp_effic = 0;
        if (sp->shp_own)
-           mpr(own, "\t%s sunk!\n", prship(sp));
+           mpr(sp->shp_own, "\t%s sunk!\n", prship(sp));
     }
     item_prewrite(sp->shp_item);