projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c128188
)
wrong #define
author
hgn
<hgodden00@gmail.com>
Wed, 15 Nov 2023 05:42:11 +0000
(
05:42
+0000)
committer
hgn
<hgodden00@gmail.com>
Wed, 15 Nov 2023 05:42:11 +0000
(
05:42
+0000)
world_load.c
patch
|
blob
|
history
diff --git
a/world_load.c
b/world_load.c
index f907a2bda23d58ca0b7885826a21a1c4ee18e5c8..f1308c151134830e6651509ce8bf731a847423d7 100644
(file)
--- 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; i<mdl_arrcount( &world->ent_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;