From a67738e9801a4485cfaf68012279cd5042dc2ab9 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 3 Oct 2007 21:32:02 +0000 Subject: general fixes. fixed scoreboard --- src/engine/snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/snapshot.c') 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; -- cgit 1.4.1