diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 7075ea16..3976740e 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -554,6 +554,7 @@ typedef enum IBE_NORMAL, IBE_NOROOM, + IBE_PERMISSION, IBE_MAXERRORS } itemBuildError_t; |