diff options
| author | Petr Mrázek | 2012-02-15 21:35:44 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-15 21:35:44 +0100 |
| commit | 1bf50808285938e8d37e4aab7770b2864b0103a7 (patch) | |
| tree | eabc22aa37973fedf0167c14b77288eb90642adc /plugins/getplants.cpp | |
| parent | 448e27042144a80b5addb4c0135442d1847d2cb7 (diff) | |
| download | dfhack-1bf50808285938e8d37e4aab7770b2864b0103a7.tar.gz dfhack-1bf50808285938e8d37e4aab7770b2864b0103a7.tar.bz2 dfhack-1bf50808285938e8d37e4aab7770b2864b0103a7.tar.xz | |
Fixage. Runs with 34.01
Diffstat (limited to 'plugins/getplants.cpp')
| -rw-r--r-- | plugins/getplants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/getplants.cpp b/plugins/getplants.cpp index 5293a77a..e1d483d8 100644 --- a/plugins/getplants.cpp +++ b/plugins/getplants.cpp @@ -127,7 +127,7 @@ command_result df_getplants (Core * c, vector <string> & parameters) } } if (dirty) - cur->flags.set(block_flags::Designated); + cur->flags.bits.designated = true; } if (count) c->con.print("Updated %d plant designations.\n", count); |
