X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_load.c;h=f1308c151134830e6651509ce8bf731a847423d7;hb=ca9f842d887204eba6bfbf8b3a971925a0254fb2;hp=f907a2bda23d58ca0b7885826a21a1c4ee18e5c8;hpb=c1281886ae660a8ee6b8388b5ab9b497a764566f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index f907a2b..f1308c1 100644 --- a/world_load.c +++ b/world_load.c @@ -101,7 +101,7 @@ static void world_instance_load_mdl( u32 instance_id, const char *path ){ for( u32 i=0; ient_route ); i ++ ){ struct leaderboard_cache *board = &world->leaderboard_cache[i]; - board->data = vg_linear_alloc( heap, NETWORK_LEADERBOARD_MAX_SIZE ); + board->data = vg_linear_alloc( heap, NETWORK_REQUEST_MAX ); board->status = k_request_status_client_error; board->cache_time = 0.0; board->data_len = 0;