u.utraptype, TT_BEARTRAP
Add 'FIXME' fix by entrez to change TT_BEARTRAP to non-zero. Increments EDITLEVEL, invalidating existing save and bones files.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||
* and save files.
|
||||
*/
|
||||
#define EDITLEVEL 53
|
||||
#define EDITLEVEL 54
|
||||
|
||||
/*
|
||||
* Development status possibilities.
|
||||
|
||||
@@ -327,12 +327,13 @@ struct Align {
|
||||
extern const struct Align aligns[]; /* table of available alignments */
|
||||
|
||||
enum utraptypes {
|
||||
TT_BEARTRAP = 0,
|
||||
TT_PIT = 1,
|
||||
TT_WEB = 2,
|
||||
TT_LAVA = 3,
|
||||
TT_INFLOOR = 4,
|
||||
TT_BURIEDBALL = 5
|
||||
TT_NONE = 0,
|
||||
TT_BEARTRAP = 1,
|
||||
TT_PIT = 2,
|
||||
TT_WEB = 3,
|
||||
TT_LAVA = 4,
|
||||
TT_INFLOOR = 5,
|
||||
TT_BURIEDBALL = 6
|
||||
};
|
||||
|
||||
enum utotypes {
|
||||
|
||||
Reference in New Issue
Block a user