From 247baf298bf2425fd91297ea18d716e714cb3dc5 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 4 Jul 2008 19:16:27 +0000 Subject: - podpora bigAren :-) - radar git-svn-id: http://opensvn.csie.org/tuxanci_ng@90 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/gun.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/gun.c') diff --git a/src/base/gun.c b/src/base/gun.c index 0a7e1a1..c59bd98 100644 --- a/src/base/gun.c +++ b/src/base/gun.c @@ -95,6 +95,7 @@ static void addShotTrivial(tux_t *tux, int x, int y, int px, int py, int gun) //addList( getCurrentArena()->listShot, shot ); addObjectToSpace(getCurrentArena()->spaceShot, shot); +/* if( getNetTypeGame() == NET_GAME_TYPE_SERVER ) { client_t *thisClient; @@ -108,7 +109,7 @@ static void addShotTrivial(tux_t *tux, int x, int y, int px, int py, int gun) proto_send_shot_server(PROTO_SEND_ALL_SEES_TUX, thisClient, shot); } - +*/ } static void addShot(tux_t *tux,int x, int y, int px, int py) -- cgit v1.2.3