diff options
| author | Petr Mrázek | 2012-02-19 20:31:27 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-19 20:31:27 +0100 |
| commit | b37199937ee7684da08ff36e6486ae2987d3bbb6 (patch) | |
| tree | eda6fef2df512937711caba8d9e4d2e99c1b5004 /BlockTree.cpp | |
| parent | c013085d0bd79ede547a1524809377d7fac4015d (diff) | |
| download | stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.gz stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.bz2 stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.xz | |
Fixage required for build
Diffstat (limited to 'BlockTree.cpp')
| -rw-r--r-- | BlockTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlockTree.cpp b/BlockTree.cpp index de75c42..3875862 100644 --- a/BlockTree.cpp +++ b/BlockTree.cpp @@ -24,7 +24,7 @@ void insert_sprite(WorldSegment *w, int x, int y, int z, Block * parent, c_sprit }
b_orig->building.sprites.push_back(sprite);
if(b_orig->building.info.type == BUILDINGTYPE_NA)
- b_orig->building.info.type = BUILDINGTYPE_TREE;
+ b_orig->building.info.type = (building_type::building_type) BUILDINGTYPE_TREE;
b_orig->building.parent = parent;
}
|
