diff options
Diffstat (limited to 'src/item.c')
| -rw-r--r-- | src/item.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |