about summary refs log tree commit diff
path: root/src/engine/client/ec_client.c
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-08 20:47:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-08 20:47:56 +0000
commit3544db49270f6d99c8b2126f294d38267e2899cb (patch)
tree02a17b114cacf8ce634d65c6f53f3b6537ee06ce /src/engine/client/ec_client.c
parent1d094181ed06edd6f9d851f5d802bc9d03b6c352 (diff)
downloadzcatch-3544db49270f6d99c8b2126f294d38267e2899cb.tar.gz
zcatch-3544db49270f6d99c8b2126f294d38267e2899cb.zip
fixed #490 (insert the player info in the sv_setinfo message into the snapshot instead)
Diffstat (limited to 'src/engine/client/ec_client.c')
-rw-r--r--src/engine/client/ec_client.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/engine/client/ec_client.c b/src/engine/client/ec_client.c
index 7e5c55ae..ece501ab 100644
--- a/src/engine/client/ec_client.c
+++ b/src/engine/client/ec_client.c
@@ -1142,14 +1142,6 @@ static void client_process_packet(NETCHUNK *packet)
 							swap_endian(&marker, sizeof(int), sizeof(marker)/sizeof(int));
 							demorec_record_write("TICK", sizeof(marker), &marker);
 							
-							/* build snap and possibly add some messages */
-							modc_recordkeyframe();
-							
-							/*
-							snapbuild_init(&builder);
-							mods_snap(-1);
-							snapshot_size = snapbuild_finish(&builder, data);*/
-							
 							/* write snapshot */
 							demorec_record_write("SNAP", snapsize, tmpbuffer3);							
 						}