]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/land.c
Move pln_oninit(), lnd_oninit(), nuk_oninit() to filetable.c
[empserver] / src / lib / subs / land.c
index ae449416823d0136bccdd88a42fd285d8be5c6b0..0ef301a0282b0bc49f5cf38af354e683057e6636 100644 (file)
@@ -88,14 +88,6 @@ lnd_prewrite(int n, void *old, void *new)
        unit_update_cargo((struct empobj *)lp);
 }
 
-void
-lnd_oninit(void *ptr)
-{
-    struct lndstr *lp = ptr;
-
-    lp->lnd_ship = lp->lnd_land = -1;
-}
-
 char *
 prland(struct lndstr *lp)
 {