From 1a28f88e72d581148e56e3e96895fd350e69a016 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 19 Oct 2008 07:27:43 +0000 Subject: fixed formatting for downloaded maps --- src/engine/client/ec_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine') diff --git a/src/engine/client/ec_client.c b/src/engine/client/ec_client.c index 82d7a174..188200da 100644 --- a/src/engine/client/ec_client.c +++ b/src/engine/client/ec_client.c @@ -900,7 +900,7 @@ static void client_process_packet(NETCHUNK *packet) else { char buf[512]; - str_format(buf, sizeof(buf), "maps/%s_%8x.map", map, map_crc); + str_format(buf, sizeof(buf), "maps/%s_%08x.map", map, map_crc); engine_savepath(buf, mapdownload_filename, sizeof(mapdownload_filename)); dbg_msg("client/network", "starting to download map to '%s'", mapdownload_filename); -- cgit 1.4.1