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 /Block.cpp | |
| parent | c013085d0bd79ede547a1524809377d7fac4015d (diff) | |
| download | stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.gz stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.bz2 stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.xz | |
Fixage required for build
Diffstat (limited to 'Block.cpp')
| -rw-r--r-- | Block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Block::Block(WorldSegment* ownerSegment) this->ownerSegment = ownerSegment;
- building.info.type = BUILDINGTYPE_NA;
+ building.info.type = (building_type::building_type) BUILDINGTYPE_NA;
building.index = -1;
building.parent = 0;
|
