From 44404eb5063bd5f040c7a4d8605aa3d43e3a968a Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 2 Mar 2008 19:41:48 +0000 Subject: - par uprav - dopisany credits git-svn-id: http://opensvn.csie.org/tuxanci_ng@8 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/item.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/item.c') diff --git a/src/item.c b/src/item.c index 970d903..23c3f52 100644 --- a/src/item.c +++ b/src/item.c @@ -117,6 +117,8 @@ void addNewItem(list_t *listItem) arena = getWorldArena(); findFreeSpace(&new_x, &new_y, ITEM_GUN_WIDTH, ITEM_GUN_HEIGHT); + type = GUN_DUAL_SIMPLE; + do{ switch( random() % 11 ) { -- cgit v1.2.3