summaryrefslogtreecommitdiff
path: root/src/modules/modWall.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-12 23:00:24 +0200
committerDusan Durech <dusan@debian.debian>2009-04-12 23:00:24 +0200
commit0287f62578cb4aa643649a9d62dc753586b16b30 (patch)
tree7f6e2721d71ab2824b7d163a5b878d390ddb7918 /src/modules/modWall.c
parent5876841408bf307d78d254b5ca355c61044e9e72 (diff)
fix bad preFixs
Diffstat (limited to 'src/modules/modWall.c')
-rw-r--r--src/modules/modWall.c2
1 files changed, 1 insertions, 1 deletions
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);
}