From 382ea7b9f7dfba75c848eb2d125491d03a7eb022 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 24 Aug 2008 17:47:55 +0000 Subject: - v tux.h bola defkaracia 6 funckii, kotre som zrusil ( odstranil som ich ) - kod sa da skompilovat ako server - odstranenie blbeho printf debug info git-svn-id: http://opensvn.csie.org/tuxanci_ng@249 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/shot.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/base/shot.c') diff --git a/src/base/shot.c b/src/base/shot.c index 86dfec3..36f876e 100644 --- a/src/base/shot.c +++ b/src/base/shot.c @@ -313,9 +313,6 @@ static void action_check(space_t *space, shot_t *shot, client_t *client) if( isValueInList(client->listSeesShot, shot->id) == 0 ) { addList(client->listSeesShot, newInt(shot->id) ); -#ifdef DEBUG - printf("proto_send_shot_server(PROTO_SEND_ONE, client, shot);\n"); -#endif proto_send_shot_server(PROTO_SEND_ONE, client, shot); } } -- cgit v1.2.3