summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDušan Ďurech <dusan.d@centrum.cz>2010-07-12 16:15:12 +0200
committerDušan Ďurech <dusan.d@centrum.cz>2010-07-12 16:15:12 +0200
commitd50992ce5da864194e9c6241be33354f617c830c (patch)
tree4f9745dd81ce65ec505959b5e11273d1da24dd36 /src
parentdc757c76c2a33bb54e984a42792dd46e8888b049 (diff)
delete useless comment in source code
Diffstat (limited to 'src')
-rw-r--r--src/base/proto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/proto.c b/src/base/proto.c
index 2b62ba2..e58574f 100644
--- a/src/base/proto.c
+++ b/src/base/proto.c
@@ -772,8 +772,6 @@ void proto_recv_shot_client(char *msg)
}
space_add(arena_get_current()->spaceShot, shot);
-
- printf("ADD new shot id=%d px=%d py=%d position=%d\n", shot_id, px, py, position);
}
void proto_send_chat_client(char *s)