diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 16:32:38 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 16:32:38 +0000 |
| commit | 642a85360b3846b9e84c8a0e9671e23686313daf (patch) | |
| tree | 9da07aa0d3407ff70d1bb59bee2c3fa8b45209d0 /src/item.c | |
| parent | 2c160370499826609371fa9621b8c31aa8a8566a (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |