From 0eda3185ba30d433029c9a7e725529a801c93d80 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 8 Jul 2008 21:17:12 +0000 Subject: - do widgetu textfiled sa zmesti IP adresa ( zatial aspon IPv4 ) - v arene je vzdy kostantny pocet zbarni/bonsov ( implicitny je 10, nastavuje sa v configu pomocou ITEM ) - oprava chyby, tux s binusom hidden sa moze teleportovat - oprava chyb v moduloch pipe teleport a wall git-svn-id: http://opensvn.csie.org/tuxanci_ng@125 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/modules/modWall.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/modules/modWall.c') diff --git a/src/modules/modWall.c b/src/modules/modWall.c index 4544ea9..4030795 100755 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -136,9 +136,13 @@ void eventConflictShotWithWall() continue; } - if( thisShot->gun == GUN_BOMBBALL && export_fce->fce_getNetTypeGame() != NET_GAME_TYPE_CLIENT ) + if( thisShot->gun == GUN_BOMBBALL) { - export_fce->fce_boundBombBall(thisShot); + if( export_fce->fce_getNetTypeGame() != NET_GAME_TYPE_CLIENT ) + { + export_fce->fce_boundBombBall(thisShot); + } + continue; } -- cgit v1.2.3