From e606b491b0cd44bd9fd14b3d6ac3634d7e942053 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Apr 2016 02:03:34 +0300 Subject: Fix compilation warning. --- src/emap/craft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emap/craft.c b/src/emap/craft.c index 87310e5..0e2001f 100644 --- a/src/emap/craft.c +++ b/src/emap/craft.c @@ -564,7 +564,7 @@ static void simplify_craftvar(TBL_PC *sd, int i; if (!craft || !craft_inventory) - return false; + return; // combine different slots from inventory var into one slot with id and amount for (i = 0; i < craft_inventory_size; i ++) { -- cgit v1.2.3-70-g09d2