summaryrefslogtreecommitdiff
path: root/plugins/tiletypes.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-29 18:37:22 +0200
committerPetr Mrázek2012-03-29 18:37:22 +0200
commit004acdad4ea71c8393decda998bad508b9a14a9a (patch)
treee626aa999a19bf13056ba6991e0033f32c72ef32 /plugins/tiletypes.cpp
parentcc54d5dfa9bd1430a0a4d38fef5370627880d3c8 (diff)
downloaddfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.gz
dfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.bz2
dfhack-004acdad4ea71c8393decda998bad508b9a14a9a.tar.xz
Tweaks!
Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
Diffstat (limited to 'plugins/tiletypes.cpp')
-rw-r--r--plugins/tiletypes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/tiletypes.cpp b/plugins/tiletypes.cpp
index 32d0ba19..2b2bcf2e 100644
--- a/plugins/tiletypes.cpp
+++ b/plugins/tiletypes.cpp
@@ -497,7 +497,6 @@ DFHACK_PLUGIN("tiletypes");
DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <PluginCommand> &commands)
{
tiletypes_hist.load("tiletypes.history");
- commands.clear();
commands.push_back(PluginCommand("tiletypes", "Paint map tiles freely, similar to liquids.", df_tiletypes, true));
return CR_OK;
}