X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.c;h=eccf2b4f7afed09c36d349b6432e86015d3c63fc;hb=510bec78dcd9d91dd57d8995b573b1fff5256821;hp=bf7916e33369a94ea7017d59ce8e664ca1c5b12d;hpb=4eb81766e4e7c54599b057ebf57b7fab01cd0726;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.c b/world_entity.c index bf7916e..eccf2b4 100644 --- a/world_entity.c +++ b/world_entity.c @@ -586,7 +586,7 @@ static void world_entity_start( world_instance *world, vg_msg *sav ){ ent_challenge *challenge = mdl_arritm( &world->ent_challenge, i ); const char *alias = mdl_pstr( &world->meta, challenge->pstr_alias ); - if( vg_msg_seekkvu32( sav, alias, k_vg_msg_first ) ){ + if( vg_msg_getkvu32( sav, alias, 0 ) ){ ent_call call; call.data = NULL; call.function = 0;