From 7b42409c9a10c4a750385d8c963bbeb4177cbf59 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 8 Apr 2004 19:05:42 +0000 Subject: [PATCH] (I_NONE): New. To be used as item type error value and such. --- include/var.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/var.h b/include/var.h index 9fe13de5..8a5efbd0 100644 --- a/include/var.h +++ b/include/var.h @@ -50,6 +50,7 @@ #define V_ITEM(x) ((x)|VT_ITEM) /* a moveable, sellable(?) commodity */ +#define I_NONE 0 #define I_CIVIL 1 #define I_MILIT 2 #define I_SHELL 3