summaryrefslogtreecommitdiff
path: root/src/modules/modPipe.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-03-26 15:04:00 +0100
committerDusan Durech <dusan@debian.debian>2009-03-26 15:04:00 +0100
commite5e0724740215565404dba837f8c3072f9fe7413 (patch)
tree39d80e50e12a9fffe47834cd375212017b22025b /src/modules/modPipe.c
parentdf1f2b7cccb241db5500453aa65d11896f54ce6d (diff)
fix warnings...
Diffstat (limited to 'src/modules/modPipe.c')
-rw-r--r--src/modules/modPipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c
index 76554b2..5d1728f 100644
--- a/src/modules/modPipe.c
+++ b/src/modules/modPipe.c
@@ -317,9 +317,9 @@ static void action_eventpipe(space_t * space, pipe_t * pipe, shot_t * shot)
}
static void
-action_eventshot(space_t * space, shot_t * shot, space_t * spacePipe)
+action_eventshot(space_t * space, shot_t * shot, space_t * p_spacePipe)
{
- actionSpaceFromLocation(spacePipe, action_eventpipe, shot, shot->x,
+ actionSpaceFromLocation(p_spacePipe, action_eventpipe, shot, shot->x,
shot->y, shot->w, shot->h);
if (shot->del == TRUE) {