commit | 0f151f7b1a5598b728dd505943d30d52c1f0242a | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Fri May 07 09:32:59 2021 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Fri May 07 09:32:59 2021 +0200 |
tree | 7eecd2f6ac93747860be575ed76160a1bb45499a | |
parent | 4736ba9a648b172c25e484447cbb32747fc141d5 [diff] |
Unbenutzte Variablen entfernt Change-Id: Id364c167df6addccc388908b15e3471d78f6001e
diff --git a/std/items/fishing/haken.c b/std/items/fishing/haken.c index 91a2427..60dacf1 100644 --- a/std/items/fishing/haken.c +++ b/std/items/fishing/haken.c
@@ -65,9 +65,8 @@ } static int spiessauf(string str) { - string haken,wurmname,*substr; + string haken,wurmname; object wurm; - int amount; notify_fail("Was willst Du denn aufspiessen?\n"); if (!stringp(str) || !sizeof(str))