cleanup: remove no-longer-used isFire()
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@848 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
90149dc9c0
commit
a3696e01ba
1 changed files with 0 additions and 6 deletions
|
@ -288,12 +288,6 @@ public class TileConstants
|
||||||
return spec != null && spec.canConduct;
|
return spec != null && spec.canConduct;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isFire(int tile)
|
|
||||||
{
|
|
||||||
int tmp = tile & LOMASK;
|
|
||||||
return (tmp >= FIREBASE && tmp < ROADBASE);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Used in repairZone(). */
|
/** Used in repairZone(). */
|
||||||
public static boolean isIndestructible(int tile)
|
public static boolean isIndestructible(int tile)
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue