From 0287f62578cb4aa643649a9d62dc753586b16b30 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 23:00:24 +0200 Subject: fix bad preFixs --- src/modules/modWall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/modWall.c') diff --git a/src/modules/modWall.c b/src/modules/modWall.c index b6fb54e..966edcd 100644 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -285,7 +285,7 @@ static void action_eventwall(space_t * space, wall_t * wall, shot_t * shot) } if (shot->gun == GUN_BOMBBALL) { - if (export_fce->fce_netMultiplayer_get_game_type() != NET_GAME_TYPE_CLIENT) { + if (export_fce->fce_net_multiplayer_get_game_type() != NET_GAME_TYPE_CLIENT) { export_fce->fce_shot_bound_bombBall(shot); } -- cgit v1.2.3