summaryrefslogtreecommitdiff
path: root/src/modules/modWall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/modWall.c')
-rw-r--r--src/modules/modWall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/modWall.c b/src/modules/modWall.c
index 41b7e04..d3734d5 100644
--- a/src/modules/modWall.c
+++ b/src/modules/modWall.c
@@ -296,9 +296,9 @@ static void action_eventwall(space_t * space, wall_t * wall, shot_t * shot)
}
static void
-action_eventshot(space_t * space, shot_t * shot, space_t * spaceWall)
+action_eventshot(space_t * space, shot_t * shot, space_t * p_spaceWall)
{
- actionSpaceFromLocation(spaceWall, action_eventwall, shot, shot->x,
+ actionSpaceFromLocation(p_spaceWall, action_eventwall, shot, shot->x,
shot->y, shot->w, shot->h);
if (shot->del == TRUE) {