diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 2a70b514..4e4fb523 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -725,7 +725,7 @@ typedef enum IBE_ONEREACTOR, IBE_NOPOWERHERE, - IBE_TNODEWARN, // not currently sued + IBE_TNODEWARN, // not currently used IBE_RPTNOREAC, IBE_RPTPOWERHERE, IBE_NOHUMANBP, @@ -734,6 +734,7 @@ typedef enum IBE_NORMAL, // too steep IBE_NOROOM, IBE_PERMISSION, + IBE_LASTSPAWN, IBE_MAXERRORS } itemBuildError_t; |