summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item.c b/src/item.c
index 2ca4875..801a979 100644
--- a/src/item.c
+++ b/src/item.c
@@ -215,8 +215,6 @@ void addNewItem(list_t *listItem, int author_id)
(getNetTypeGame() == NET_GAME_TYPE_NONE && type == BONUS_HIDDEN) );
#endif
- type = GUN_MINE;
-
item = newItem(new_x, new_y, type, author_id);
addList(listItem, item);