diff options
| author | Kris Parker | 2009-11-01 02:27:56 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-01 02:27:56 +0000 |
| commit | f9c232bb310636ceb376987bfe82add01070276b (patch) | |
| tree | 294d613887428e79f6e671a634efd10d410e73e9 /BlockCondition.h | |
| parent | 7f7a1265ef12d035629b59529a065bbd70689e7b (diff) | |
| download | stonesense-f9c232bb310636ceb376987bfe82add01070276b.tar.gz stonesense-f9c232bb310636ceb376987bfe82add01070276b.tar.bz2 stonesense-f9c232bb310636ceb376987bfe82add01070276b.tar.xz | |
First pass at using Building Occupancies
Diffstat (limited to 'BlockCondition.h')
| -rw-r--r-- | BlockCondition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlockCondition.h b/BlockCondition.h index b888ba3..eed0d9d 100644 --- a/BlockCondition.h +++ b/BlockCondition.h @@ -8,6 +8,7 @@ enum BlockConditionTypes{ Cond_NeighbourWall,
Cond_NeighbourSameBuilding,
Cond_PositionIndex,
+ Cond_NeighbourIdentical,
};
|
