diff options
| author | Quietust | 2012-02-13 16:56:33 -0600 |
|---|---|---|
| committer | Quietust | 2012-02-13 16:56:33 -0600 |
| commit | d0a8c2edd8922673d72a18bfd2214ce45126507b (patch) | |
| tree | b64220558035888a0cea2f0ee7354f4a20b27ecc /plugins/filltraffic.cpp | |
| parent | 9f43d61c2c4f1a9ae760158d3e57601e39ff4a24 (diff) | |
| download | dfhack-d0a8c2edd8922673d72a18bfd2214ce45126507b.tar.gz dfhack-d0a8c2edd8922673d72a18bfd2214ce45126507b.tar.bz2 dfhack-d0a8c2edd8922673d72a18bfd2214ce45126507b.tar.xz | |
Move TileTypes to XML, part 1 - a bunch of stuff is now broken
Diffstat (limited to 'plugins/filltraffic.cpp')
| -rw-r--r-- | plugins/filltraffic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filltraffic.cpp b/plugins/filltraffic.cpp index 7d3eac7e..b0261578 100644 --- a/plugins/filltraffic.cpp +++ b/plugins/filltraffic.cpp @@ -141,7 +141,7 @@ DFhackCExport command_result filltraffic(DFHack::Core * c, std::vector<std::stri MapExtras::MapCache MCache; df::tile_designation des = MCache.designationAt(xy); - int16_t tt = MCache.tiletypeAt(xy); + df::tiletype tt = MCache.tiletypeAt(xy); df::tile_occupancy oc; if (checkbuilding) |
