]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/deli.c
Update copyright notice.
[empserver] / src / lib / commands / deli.c
index 6328e7e03e50878c1f8e698c6225e346f6cf882d..07820cf651e47a85734cbdec58b05bc65eb4a88d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -59,7 +59,7 @@ deli(void)
     if ((ich = whatitem(player->argp[1], "deliver what? ")) == 0)
        return RET_SYN;
     /*
-       if (ich->i_vtype == V_CIVIL || ich->i_vtype == V_MILIT) {
+       if (ich->i_vtype == I_CIVIL || ich->i_vtype == I_MILIT) {
        pr("You cannot deliver people!\n");
        return RET_FAIL;
        }