From 8c6ba83d5eaab5922468e981c4e8b799d8f77e2f Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 23 Aug 2023 17:28:41 +0100 Subject: [PATCH] fix bug for city achivement --- ent_objective.c | 1 + 1 file changed, 1 insertion(+) 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(); } } } -- 2.25.1