From: hgn Date: Wed, 15 Nov 2023 05:42:11 +0000 (+0000) Subject: wrong #define X-Git-Url: https://skaterift.com/git/?a=commitdiff_plain;h=ca9f842d887204eba6bfbf8b3a971925a0254fb2;p=carveJwlIkooP6JGAAIwe30JlM.git wrong #define --- 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;