Fix crash with 'Blocks array size does not match volume of map' on servers not supporting FastMap

This commit is contained in:
UnknownShadow200 2019-06-28 07:17:47 +10:00
parent 1c1801806a
commit b6ec52e6da

View File

@ -435,6 +435,7 @@ static void Classic_StartLoading(void) {
map_begunLoading = true;
map_sizeIndex = 0;
map_receiveStart = DateTime_CurrentUTC_MS();
map_volume = 0;
MapState_Init(&map);
#ifdef EXTENDED_BLOCKS