diff options
| author | Alexander Gavrilov | 2012-03-30 10:44:52 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-30 10:44:52 +0400 |
| commit | 81bc73f435ce4d5a609304c322c55d4053bcde91 (patch) | |
| tree | f3b6462d4e5473ace4a129ec03f012bd0851eb05 /plugins/seedwatch.cpp | |
| parent | 6a7e7241b8f3dd80a999d172cfc2572d8f58ec99 (diff) | |
| download | dfhack-81bc73f435ce4d5a609304c322c55d4053bcde91.tar.gz dfhack-81bc73f435ce4d5a609304c322c55d4053bcde91.tar.bz2 dfhack-81bc73f435ce4d5a609304c322c55d4053bcde91.tar.xz | |
Follow a typo fix in flag name.
Diffstat (limited to 'plugins/seedwatch.cpp')
| -rwxr-xr-x | plugins/seedwatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/seedwatch.cpp b/plugins/seedwatch.cpp index b50eb99d..77d25cf6 100755 --- a/plugins/seedwatch.cpp +++ b/plugins/seedwatch.cpp @@ -32,7 +32,7 @@ bool ignoreSeeds(df::item_flags& f) // seeds with the following flags should not return f.bits.dump || f.bits.forbid || - f.bits.garbage_colect || + f.bits.garbage_collect || f.bits.hidden || f.bits.hostile || f.bits.on_fire || |
