diff options
| author | Petr Mrázek | 2012-01-26 05:37:50 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-26 05:37:50 +0100 |
| commit | 0375be549cd2febd4c33ffb46957607403628f62 (patch) | |
| tree | 55a3d1e718cec26855fa0c5368491095f6d46fe2 /plugins/liquids.cpp | |
| parent | 850ede3e7239f7e218cc0b2c33872fa33d29edbf (diff) | |
| parent | 5bf59085829bc730ddd37bdd693c40b389f0c2f7 (diff) | |
| download | dfhack-0375be549cd2febd4c33ffb46957607403628f62.tar.gz dfhack-0375be549cd2febd4c33ffb46957607403628f62.tar.bz2 dfhack-0375be549cd2febd4c33ffb46957607403628f62.tar.xz | |
Merge https://github.com/mikestewart/dfhack
Diffstat (limited to 'plugins/liquids.cpp')
| -rw-r--r-- | plugins/liquids.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/liquids.cpp b/plugins/liquids.cpp index 64a1c325..4b554b8a 100644 --- a/plugins/liquids.cpp +++ b/plugins/liquids.cpp @@ -167,7 +167,6 @@ DFhackCExport command_result plugin_shutdown ( Core * c ) DFhackCExport command_result df_liquids (Core * c, vector <string> & parameters) { int32_t x,y,z; - uint32_t x_max,y_max,z_max; DFHack::Gui * Position; for(int i = 0; i < parameters.size();i++) @@ -366,7 +365,6 @@ DFhackCExport command_result df_liquids (Core * c, vector <string> & parameters) else if(command.empty()) { CoreSuspender suspend(c); - Maps::getSize(x_max,y_max,z_max); Position = c->getGui(); do { |
