diff options
| author | Petr Mrázek | 2012-01-08 02:21:08 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-08 02:21:08 +0100 |
| commit | 92627e39cb3502812cd5a131716d3d1da8ef625a (patch) | |
| tree | a72b9fd22206ee0eec62b06ec7bcaaf8833a56cc /Block.h | |
| parent | 545b2730ed137935643778f1b8ba115ae11c50a2 (diff) | |
| download | stonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.gz stonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.bz2 stonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.xz | |
Buildings aren't a module anymore.
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ public: int16_t eff_webing;
int16_t eff_oceanwave;*/
struct {
- DFHack::t_building info;
+ Buildings::t_building info;
std::vector<c_sprite> sprites;
uint32_t index;
int32_t custom_building_type;
|
