Fix fastdwarf warning

develop
lethosor 2021-03-25 17:20:33 -04:00
parent dbd35359be
commit 26e41005e3
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 0 deletions

@ -179,6 +179,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
case unit_action_type::Block:
case unit_action_type::HoldItem:
case unit_action_type::ReleaseItem:
default:
break;
}
}