summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-17 19:15:10 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-17 19:15:10 +0000
commitfadf9365dba24b680db5cb8750c53e264ff1ec27 (patch)
tree23ef9094c47b009ed5c81e6fb517cf88316bb92e /src/item.c
parent652ce49bba44c885da4891bcae5fb650ef132a73 (diff)
- drobne upravy v kode
git-svn-id: http://opensvn.csie.org/tuxanci_ng@65 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item.c b/src/item.c
index fdd0ad3..2ec126d 100644
--- a/src/item.c
+++ b/src/item.c
@@ -328,7 +328,7 @@ void eventListItem(space_t *spaceItem)
case ITEM_BIG_EXPLOSION :
if( thisItem->frame == ITEM_EXPLOSION_MAX_FRAME )
{
- delObjectFromSpaceWithMem(spaceItem, thisItem, destroyItem);
+ delObjectFromSpaceWithObject(spaceItem, thisItem, destroyItem);
i--;
}
break;
@@ -398,7 +398,7 @@ void mineExplosion(space_t *spaceItem, item_t *item)
addObjectToSpace(spaceItem, item_explosion );
}
- delObjectFromSpaceWithMem(spaceItem, item, destroyItem);
+ delObjectFromSpaceWithObject(spaceItem, item, destroyItem);
}
/*