diff options
| author | Kris Parker | 2009-11-01 03:53:37 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-01 03:53:37 +0000 |
| commit | 27545f7259e05faf2a39f34e4a60f4f6d226f6e1 (patch) | |
| tree | 9f4d9fa55c49198f872aa667af611212bef3f153 /BlockCondition.h | |
| parent | f9c232bb310636ceb376987bfe82add01070276b (diff) | |
| download | stonesense-27545f7259e05faf2a39f34e4a60f4f6d226f6e1.tar.gz stonesense-27545f7259e05faf2a39f34e4a60f4f6d226f6e1.tar.bz2 stonesense-27545f7259e05faf2a39f34e4a60f4f6d226f6e1.tar.xz | |
More building checks in conditions
Diffstat (limited to 'BlockCondition.h')
| -rw-r--r-- | BlockCondition.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BlockCondition.h b/BlockCondition.h index eed0d9d..a08fc3b 100644 --- a/BlockCondition.h +++ b/BlockCondition.h @@ -9,7 +9,9 @@ enum BlockConditionTypes{ Cond_NeighbourSameBuilding,
Cond_PositionIndex,
Cond_NeighbourIdentical,
-
+ Cond_BuildingOcc,
+ Cond_NeighbourSameIndex,
+
};
class BlockCondition
|
