diff options
| author | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2012-04-18 04:12:11 +0200 |
| commit | 6d53ab37e0d84d0095ad2c08226d40ef3ba461a9 (patch) | |
| tree | 7dd6393ffdae1118b06b204ea39b9b6093323fca /plugins/liquids.cpp | |
| parent | c46cb37865340a56676888a0c55bb24502e341f2 (diff) | |
| download | dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.gz dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.bz2 dfhack-6d53ab37e0d84d0095ad2c08226d40ef3ba461a9.tar.xz | |
Mass fixage
Updated readme.rst
Fixed up some help strings of plugin commands
Moved catsplosion and regrass to normal plugin folder
Fixed tiletypes and liquids not keeping command history properly
Diffstat (limited to 'plugins/liquids.cpp')
| -rw-r--r-- | plugins/liquids.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/liquids.cpp b/plugins/liquids.cpp index 6be432a5..167e51ce 100644 --- a/plugins/liquids.cpp +++ b/plugins/liquids.cpp @@ -122,6 +122,7 @@ command_result df_liquids (color_ostream &out_, vector <string> & parameters) str << ":" << amount << ":" << flowmode << ":" << setmode << "]#"; if(out.lineedit(str.str(),command,liquids_hist) == -1) return CR_FAILURE; + liquids_hist.add(command); if(command=="help" || command == "?") { |
