aboutsummaryrefslogtreecommitdiff
path: root/plugins/inventory
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-06-14 20:58:57 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-06-14 20:58:57 +0200
commit0f4153099c2a0d8fa4480dcd690820976df4a939 (patch)
tree46db76492cc640af2c48be8fcfe3e5d2ec96e7d6 /plugins/inventory
parent90114b876b9e023111dd17b455f82972fd6d5c1d (diff)
downloaddungeon_game-0f4153099c2a0d8fa4480dcd690820976df4a939.tar.xz
Add mapgen contexts
Diffstat (limited to 'plugins/inventory')
-rw-r--r--plugins/inventory/inventory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/inventory/inventory.c b/plugins/inventory/inventory.c
index 66f663e..91130d8 100644
--- a/plugins/inventory/inventory.c
+++ b/plugins/inventory/inventory.c
@@ -7,7 +7,6 @@ static struct color darkgray;
static bool use_item(struct itemstack *stack)
{
- (void) stack;
return true;
}