diff options
Diffstat (limited to 'plugins/cleanowned.cpp')
| -rw-r--r-- | plugins/cleanowned.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cleanowned.cpp b/plugins/cleanowned.cpp index c1521b8d..cd01fd61 100644 --- a/plugins/cleanowned.cpp +++ b/plugins/cleanowned.cpp @@ -116,7 +116,7 @@ command_result df_cleanowned (color_ostream &out, vector <string> & parameters) } else if (item->flags.bits.on_ground) { - int32_t type = item->getType(); + df::item_type type = item->getType(); if(type == item_type::MEAT || type == item_type::FISH || type == item_type::VERMIN || |
