summaryrefslogtreecommitdiff
path: root/src/base/gun.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-04 19:16:27 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-04 19:16:27 +0000
commit247baf298bf2425fd91297ea18d716e714cb3dc5 (patch)
treecfe9277e1d8086d2b38b13f2caf75dea4b73c41e /src/base/gun.c
parent157e2a29828f2ddbdf32e1c9e565b13e5e732e34 (diff)
- podpora bigAren :-)
- radar git-svn-id: http://opensvn.csie.org/tuxanci_ng@90 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/gun.c')
-rw-r--r--src/base/gun.c3
1 files changed, 2 insertions, 1 deletions
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)