diff options
| author | Quietust | 2012-02-18 11:36:06 -0600 |
|---|---|---|
| committer | Quietust | 2012-02-18 11:36:06 -0600 |
| commit | e4a0b2aaf92419722cd1271b658f70653726ae21 (patch) | |
| tree | 1a2e9d0c9c06175f2528cb8f7785eb45aba8b501 /plugins/reveal.cpp | |
| parent | d394dc406bffee23fb8b3586dd10ee78f2954503 (diff) | |
| download | dfhack-e4a0b2aaf92419722cd1271b658f70653726ae21.tar.gz dfhack-e4a0b2aaf92419722cd1271b658f70653726ae21.tar.bz2 dfhack-e4a0b2aaf92419722cd1271b658f70653726ae21.tar.xz | |
Fix reveal and tiletypes - RIVER and POOL are no longer tile shapes
Diffstat (limited to 'plugins/reveal.cpp')
| -rw-r--r-- | plugins/reveal.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/reveal.cpp b/plugins/reveal.cpp index 0787f011..49377123 100644 --- a/plugins/reveal.cpp +++ b/plugins/reveal.cpp @@ -409,9 +409,7 @@ command_result revflood(DFHack::Core * c, std::vector<std::string> & params) case tiletype_shape::BOULDER: case tiletype_shape::PEBBLES: case tiletype_shape::BROOK_BED: - case tiletype_shape::RIVER_BED: case tiletype_shape::ENDLESS_PIT: - case tiletype_shape::POOL: if(from_below) unhide = 0; above = sides = true; |
