X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_objective.c;h=d516e2756895d0c045d92c5b1730d28c72516f25;hb=53597f45307d8a2120e3a0bbe71797b216e8750b;hp=ff31c4f597beded3cf5a7d9822e8701f59c54b3c;hpb=4cc4130853138cb88531146e44d6981ec38bf862;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_objective.c b/ent_objective.c index ff31c4f..d516e27 100644 --- a/ent_objective.c +++ b/ent_objective.c @@ -54,6 +54,7 @@ VG_STATIC void ent_objective_pass( world_instance *world, if( mdl_pstreq( &world->meta, world->info.pstr_name, understate, vg_strdjb2( understate ))){ steam_set_achievement( "CITY_COMPLETE" ); + steam_store_achievements(); } } }