summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c
index 792bc7a..187885c 100644
--- a/src/item.c
+++ b/src/item.c
@@ -171,7 +171,6 @@ void addNewItem(list_t *listItem, tux_t *author)
#ifndef BUBLIC_SERVER
}while( isSettingItem(type) == FALSE );
#endif
-
item = newItem(new_x, new_y, type, author);
addList(listItem, item);