summaryrefslogtreecommitdiff
path: root/src/base/shot.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-24 17:47:55 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-24 17:47:55 +0000
commit382ea7b9f7dfba75c848eb2d125491d03a7eb022 (patch)
tree82aae8b2a92377062af22ccb221314c2f69755f0 /src/base/shot.c
parentbe53a2984bbf075915cbf6240a913cd424fc2136 (diff)
- 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
Diffstat (limited to 'src/base/shot.c')
-rw-r--r--src/base/shot.c3
1 files changed, 0 insertions, 3 deletions
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);
}
}