summaryrefslogtreecommitdiff
path: root/Block.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2012-02-19 20:31:27 +0100
committerPetr Mrázek2012-02-19 20:31:27 +0100
commitb37199937ee7684da08ff36e6486ae2987d3bbb6 (patch)
treeeda6fef2df512937711caba8d9e4d2e99c1b5004 /Block.cpp
parentc013085d0bd79ede547a1524809377d7fac4015d (diff)
downloadstonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.gz
stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.bz2
stonesense-b37199937ee7684da08ff36e6486ae2987d3bbb6.tar.xz
Fixage required for build
Diffstat (limited to 'Block.cpp')
-rw-r--r--Block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Block.cpp b/Block.cpp
index fc8df47..3f64709 100644
--- a/Block.cpp
+++ b/Block.cpp
@@ -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;