about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/ec_client.c2
1 files changed, 1 insertions, 1 deletions
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);