From c94fd664bba352732bf0e5c9a77e709b49f1aa4f Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 26 May 2008 12:45:53 +0000 Subject: - mensie upravy v kode - navod na zostavovanie projektu - da sa to skompilovat :D - PS: este to nie je odladene, a musim sa ucit na prijmacky na FEI git-svn-id: http://opensvn.csie.org/tuxanci_ng@54 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/item.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/item.c') 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); -- cgit v1.2.3