TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions
This will make it easier to find and replace uses of BULLBIT, BURNBIT, and CONDBIT. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@741 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
91b3736886
commit
0a65ac514c
4 changed files with 9 additions and 13 deletions
|
@ -218,10 +218,6 @@ public class TileConstants
|
|||
public static final char ALLBITS = 64512; // mask for upper 6 bits
|
||||
public static final char LOMASK = 1023; //mask for low 10 bits
|
||||
|
||||
public static final char BLBNBIT = (BULLBIT | BURNBIT);
|
||||
public static final char BLBNCNBIT = (BULLBIT | BURNBIT | CONDBIT);
|
||||
public static final char BNCNBIT = (BURNBIT | CONDBIT);
|
||||
|
||||
private TileConstants() {}
|
||||
|
||||
private static int [] buildingBases = {
|
||||
|
|
Reference in a new issue