From b7b72cca9df9c9c3601e88ac1381802ac83014ee Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Wed, 22 Apr 2009 20:03:05 +0200 Subject: rename macro UNSET on UNSED --- src/base/shot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/shot.c') diff --git a/src/base/shot.c b/src/base/shot.c index b19877a..564f458 100644 --- a/src/base/shot.c +++ b/src/base/shot.c @@ -262,7 +262,7 @@ static void action_moveShot(space_t * space, shot_t * shot, void *p) int new_x, new_y; arena_t *arena; - UNUSET(p); + UNUSED(p); arena = arena_get_current(); @@ -297,7 +297,7 @@ static int isValueInList(list_t * list, int x) static void action_check(space_t * space, shot_t * shot, client_t * client) { - UNUSET(space); + UNUSED(space); if (isValueInList(client->listSeesShot, shot->id) == 0) { list_add(client->listSeesShot, newInt(shot->id)); -- cgit v1.2.3