]> git.pond.sub.org Git - empserver/blobdiff - include/item.h
(i_type, I_NONE): shift the enum down 1, so that I_NONE does not need to
[empserver] / include / item.h
index c616d0b844675b0a090842fb8bb4f854aa700cd4..c85f737ff5e652cbaddd858e614a0e08335bcfb6 100644 (file)
@@ -47,7 +47,7 @@ enum {
 };
 
 typedef enum {
-       I_NONE,
+       I_NONE = -1,
        I_CIVIL,
        I_MILIT,
        I_SHELL,