Skip to content

Commit

Permalink
hide parameter that can't be used yet
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Feb 6, 2025
1 parent af920cc commit f9e04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ class iuse_function_wrapper : public iuse_actor
std::optional<int> use( Character *p, item &it, const tripoint_bub_ms &pos ) const override {
return cpp_function( p, &it, pos );
}
std::optional<int> use( Character *p, item &it, map *here,
std::optional<int> use( Character *p, item &it, map */*here*/,
const tripoint_bub_ms &pos ) const override {
// TODO: Change cpp_function to be map aware.
return cpp_function( p, &it, pos );
Expand Down

0 comments on commit f9e04a4

Please sign in to comment.