projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9f389
)
fix bug for city achivement
author
hgn
<hgodden00@gmail.com>
Wed, 23 Aug 2023 16:28:41 +0000
(17:28 +0100)
committer
hgn
<hgodden00@gmail.com>
Wed, 23 Aug 2023 16:28:41 +0000
(17:28 +0100)
ent_objective.c
patch
|
blob
|
history
diff --git
a/ent_objective.c
b/ent_objective.c
index ff31c4f597beded3cf5a7d9822e8701f59c54b3c..d516e2756895d0c045d92c5b1730d28c72516f25 100644
(file)
--- 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();
}
}
}