diff options
Diffstat (limited to 'src/base/gun.c')
| -rw-r--r-- | src/base/gun.c | 3 |
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) |