From 01d613a7ccf695090262c9e22c396251146f00bd Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 19 Mar 2008 19:32:50 +0000 Subject: - upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@27 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/shot.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/shot.c') diff --git a/src/shot.c b/src/shot.c index d105a5c..f9cfdb1 100644 --- a/src/shot.c +++ b/src/shot.c @@ -297,9 +297,12 @@ void moveShot(shot_t *shot, int position, int src_x, int src_y, break; } + shot->x += shot->px; + shot->y += shot->py; + if( getNetTypeGame() == NET_GAME_TYPE_SERVER ) { - proto_send_shot_server(shot); + proto_send_shot_server(PROTO_SEND_ALL, NULL, shot); } } -- cgit v1.2.3