From f9e04a4acd72d001f43ef106e6999866fa1ca201 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Thu, 6 Feb 2025 16:18:26 +0100 Subject: [PATCH] hide parameter that can't be used yet --- src/item_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_factory.cpp b/src/item_factory.cpp index d87bc3336ea7e..b6beae1375aa5 100644 --- a/src/item_factory.cpp +++ b/src/item_factory.cpp @@ -1667,7 +1667,7 @@ class iuse_function_wrapper : public iuse_actor std::optional use( Character *p, item &it, const tripoint_bub_ms &pos ) const override { return cpp_function( p, &it, pos ); } - std::optional use( Character *p, item &it, map *here, + std::optional 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 );