]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/nxtsct.c
Update copyright notice
[empserver] / src / lib / subs / nxtsct.c
index 6ad13e6c949d26b13150bbeb18fd0388aba4fa31..926484c3ae4ee3eff7491df4c8ef6a7824db6c55 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-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  nxtsct.c: Select/get the next sector from a range of sectors
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  */
@@ -68,7 +68,7 @@ nxtsct(struct nstr_sect *np, struct sctstr *sp)
                continue;
        }
        np->id = sctoff(np->x, np->y);
-       if (!np->read(EF_SECTOR, np->id, sp))
+       if (!ef_read(EF_SECTOR, np->id, sp))
            continue;
        if (np->ncond == 0)
            return 1;