ULTIMA: Silence compiler warning

This commit is contained in:
Paweł Kołodziejski 2022-05-29 17:31:37 +02:00
parent b49a5d8866
commit 60fdd9dfc7
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7

View File

@ -3402,8 +3402,8 @@ uint32 Item::I_create(const uint8 *args, unsigned int /*argsize*/) {
return 1;
}
uint32 Item::I_pop(const uint8 *args, unsigned int /*argsize*/) {
ARG_NULL32(); // ARG_ITEM_FROM_PTR(item); // unused
uint32 Item::I_pop(const uint8 */*args*/, unsigned int /*argsize*/) {
//ARG_NULL32(); // ARG_ITEM_FROM_PTR(item); // unused
World *w = World::get_instance();