about summary refs log tree commit diff
path: root/src/engine/snapshot.c
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-03 21:32:02 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-03 21:32:02 +0000
commita67738e9801a4485cfaf68012279cd5042dc2ab9 (patch)
tree5a4fa1db378b9b889b73b66ff9ac974fdc141dca /src/engine/snapshot.c
parent30a7246f2fd5e2141de2c37f01b491abe374f3f9 (diff)
downloadzcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.tar.gz
zcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.zip
general fixes. fixed scoreboard
Diffstat (limited to 'src/engine/snapshot.c')
-rw-r--r--src/engine/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/snapshot.c b/src/engine/snapshot.c
index b42b0157..bd6f0c8e 100644
--- a/src/engine/snapshot.c
+++ b/src/engine/snapshot.c
@@ -136,7 +136,7 @@ static void undiff_item(int *past, int *diff, int *out, int size)
 }
 
 
-// TODO: OPT: this should be made much faster
+/* TODO: OPT: this should be made much faster */
 int snapshot_create_delta(SNAPSHOT *from, SNAPSHOT *to, void *dstdata)
 {
 	SNAPSHOT_DELTA *delta = (SNAPSHOT_DELTA *)dstdata;