diff options
author | Tim Angus <tim@ngus.net> | 2001-12-17 00:11:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-12-17 00:11:55 +0000 |
commit | 3e746cde9f3bed3750ed86b53999478236a58f60 (patch) | |
tree | 9efa43f4167c2958673469c8603aaa1c299c999d /src/game/g_local.h | |
parent | c27d7aa9660210251f1f95c30360f7f95e3cf46c (diff) |
Added check for ceiling building. Fixed missing menu bug
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 c9a78a5e..7ad59093 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -537,6 +537,7 @@ typedef enum IBE_RPLWARN, IBE_RPTWARN, IBE_NOPOWER, + IBE_NORMAL, IBE_MAXERRORS } itemBuildError_t; |