]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/item.c
(i_type, I_NONE): shift the enum down 1, so that I_NONE does not need to
[empserver] / src / lib / global / item.c
index 7a447cfa3fd85c117d76a262b444205084fe1253..1371ccb8104fdbf6b66d6f865d59e12d1b7200e0 100644 (file)
  *     
  */
 
-/*
- * must be in same order as defines in var.h
- */
-
 #include "misc.h"
-#include "var.h"
 #include "item.h"
 
 struct ichrstr ichr[I_MAX + 2] = {
 /*  mnem  vtype   val sell lbs {in rg wh  ur bnk}  name */
-    {'?', I_NONE,   0, 0,  0, {0,  0,  0,  0,  0}, "unused"},
     {'c', I_CIVIL,  1, 0,  1, {1, 10, 10, 10, 10}, "civilians"},
     {'m', I_MILIT,  0, 0,  1, {1,  1,  1,  1,  1}, "military"},
     {'s', I_SHELL,  5, 1,  1, {1,  1, 10,  1,  1}, "shells"},