about summary refs log tree commit diff
path: root/src/engine/client/ec_client.c
diff options
context:
space:
mode:
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);							
 						}