diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-07-15 13:42:08 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-07-15 13:42:08 +0200 |
| commit | 7a32d3e2544ba4a50ff3f8acb8bf402a240d4fba (patch) | |
| tree | 82c1f14c22af89673e92831a143c50c0768c5a83 /src/base/proto.c | |
| parent | d50992ce5da864194e9c6241be33354f617c830c (diff) | |
Very little cleaning after previous commits
Diffstat (limited to 'src/base/proto.c')
| -rw-r--r-- | src/base/proto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/proto.c b/src/base/proto.c index e58574f..422a304 100644 --- a/src/base/proto.c +++ b/src/base/proto.c @@ -727,7 +727,6 @@ void proto_send_shot_server(int type, client_t *client, shot_t *p) assert(p != NULL); snprintf(msg, STR_PROTO_SIZE, "shot %d %d %d %d %d %d %d %d %d\n", -// p->id, p->x-p->px*8, p->y-p->py*8, p->px, p->py, p->position, p->gun, p->id, p->x, p->y, p->px, p->py, p->position, p->gun, p->author_id, p->isCanKillAuthor); |