diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/tmwa/npchandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index c8a740fde..cd20cf87d 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -214,8 +214,8 @@ void NpcHandler::produceMix(const int nameId A_UNUSED, { } -void NpcHandler::cooking(const CookingType::Type type, - const int nameId) const +void NpcHandler::cooking(const CookingType::Type type A_UNUSED, + const int nameId A_UNUSED) const { } |