audio.c: get_audio_args()

This commit is contained in:
veclavtalica
2024-07-08 18:13:33 +03:00
parent e6ba50ab82
commit 6cb8736fc1
3 changed files with 14 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ static void ingame_tick(struct state *state) {
world_drawdef(scn->world);
player_calc(scn->player);
get_audio_args("soundtrack")->volume -= 0.01f;
}