summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 11:23:19 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:14:56 +0000
commit2e7cfc74d0f20940cb457605dccee7f1616e5d1e (patch)
tree16d1d6180c602fd213992fcd7a7b25e6f9b61d46 /src/game/g_local.h
parentd47dcc40898465ccbaa7f3c60ea23e84ed93b908 (diff)
* Renamed some enum stuff to be more descriptive
* Fiddled with Cmd_Build_f so some (more) build errors will give a red blueprint
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 932a79c1..db97d8a1 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -718,22 +718,22 @@ typedef enum
IBE_NONE,
IBE_NOOVERMIND,
- IBE_OVERMIND,
- IBE_NOASSERT,
- IBE_SPWNWARN,
+ IBE_ONEOVERMIND,
+ IBE_NOALIENBP,
+ IBE_SPWNWARN, // not currently used
IBE_NOCREEP,
- IBE_HOVEL,
+ IBE_ONEHOVEL,
IBE_HOVELEXIT,
- IBE_REACTOR,
- IBE_REPEATER,
- IBE_TNODEWARN,
- IBE_RPTWARN,
- IBE_RPTWARN2,
- IBE_NOPOWER,
+ IBE_ONEREACTOR,
+ IBE_NOPOWERHERE,
+ IBE_TNODEWARN, // not currently sued
+ IBE_RPTNOREAC,
+ IBE_RPTPOWERHERE,
+ IBE_NOHUMANBP,
IBE_NODCC,
- IBE_NORMAL,
+ IBE_NORMAL, // too steep
IBE_NOROOM,
IBE_PERMISSION,