diff options
| author | Alexander Gavrilov | 2012-04-10 18:21:19 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-10 18:21:19 +0400 |
| commit | b15d2da819b434f94dc7bd2cd22bbab93c992565 (patch) | |
| tree | 8eee470ad903ccdbcd3a558b54f64a7b69a07316 /plugins/autodump.cpp | |
| parent | 249be0c1a0e267e806a8b0b1342f1f58f53e44fd (diff) | |
| download | dfhack-b15d2da819b434f94dc7bd2cd22bbab93c992565.tar.gz dfhack-b15d2da819b434f94dc7bd2cd22bbab93c992565.tar.bz2 dfhack-b15d2da819b434f94dc7bd2cd22bbab93c992565.tar.xz | |
Get rid of some obsolete api functions, and restructure MapCache.
Diffstat (limited to 'plugins/autodump.cpp')
| -rw-r--r-- | plugins/autodump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autodump.cpp b/plugins/autodump.cpp index 9d42694a..3f1157f4 100644 --- a/plugins/autodump.cpp +++ b/plugins/autodump.cpp @@ -272,7 +272,7 @@ static command_result autodump_main(color_ostream &out, vector <string> & parame // write map changes back to DF. MC.WriteAll(); // Is this necessary? Is "forbid" a dirtyable attribute like "dig" is? - Maps::WriteDirtyBit(cx/16, cy/16, cz, true); + //Maps::WriteDirtyBit(cx/16, cy/16, cz, true); } out.print("Done. %d items %s.\n", dumped_total, destroy ? "marked for destruction" : "quickdumped"); return CR_OK; |
