From: hgn Date: Wed, 23 Aug 2023 16:28:41 +0000 (+0100) Subject: fix bug for city achivement X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=8c6ba83d5eaab5922468e981c4e8b799d8f77e2f;hp=bf9f3897d358cb6c417e28d659bb412344a52bc3;p=carveJwlIkooP6JGAAIwe30JlM.git fix bug for city achivement --- 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(); } } }