summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 16:32:38 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 16:32:38 +0000
commit642a85360b3846b9e84c8a0e9671e23686313daf (patch)
tree9da07aa0d3407ff70d1bb59bee2c3fa8b45209d0 /src/item.c
parent2c160370499826609371fa9621b8c31aa8a8566a (diff)
- obrazok co som zabudol odolslat
- rozrobene zdrojaky git-svn-id: http://opensvn.csie.org/tuxanci_ng@20 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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);