From 3e746cde9f3bed3750ed86b53999478236a58f60 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 17 Dec 2001 00:11:55 +0000 Subject: Added check for ceiling building. Fixed missing menu bug --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') 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; -- cgit